mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-14 08:54:21 +01:00
Fixing style errors.
This commit is contained in:
@@ -826,7 +826,7 @@ class pdf_standard extends ModelePDFSuppliersPayments
|
||||
$iban = $obj->iban_prefix;
|
||||
}
|
||||
|
||||
if(!empty($iban)) {
|
||||
if (!empty($iban)) {
|
||||
$pdf->SetFont('', '', $default_font_size - 1);
|
||||
$pdf->SetXY($posx + 2, $posy + 15);
|
||||
$pdf->MultiCell($widthrecbox, 4, $langs->trans("IBAN").': '.$iban, 0, 'L');
|
||||
|
||||
@@ -411,7 +411,6 @@ if ($result > 0) {
|
||||
$trackid = 'pre'.$object->id;
|
||||
|
||||
include DOL_DOCUMENT_ROOT.'/core/tpl/card_presend.tpl.php';
|
||||
|
||||
} else {
|
||||
$langs->load("errors");
|
||||
print $langs->trans("ErrorRecordNotFound");
|
||||
|
||||
Reference in New Issue
Block a user