Fix phpcs
This commit is contained in:
parent
57569604b2
commit
ee21ea5ef8
@ -1524,7 +1524,7 @@ class pdf_sponge extends ModelePDFFactures
|
||||
$tvakey = str_replace('*', '', $tvakey);
|
||||
$tvacompl = " (".$outputlangs->transnoentities("NonPercuRecuperable").")";
|
||||
}
|
||||
$totalvat = $outputlangs->transcountrynoentities("TotalVAT", $mysoc->country_code)(is_object($outputlangsbis) ? ' / '.$outputlangsbis->transcountrynoentities("TotalVAT", $mysoc->country_code) : '');
|
||||
$totalvat = $outputlangs->transcountrynoentities("TotalVAT", $mysoc->country_code).(is_object($outputlangsbis) ? ' / '.$outputlangsbis->transcountrynoentities("TotalVAT", $mysoc->country_code) : '');
|
||||
$totalvat.=' ';
|
||||
$totalvat .= vatrate($tvakey, 1).$tvacompl;
|
||||
$pdf->MultiCell($col2x - $col1x, $tab2_hl, $totalvat, 0, 'L', 1);
|
||||
@ -1556,7 +1556,7 @@ class pdf_sponge extends ModelePDFFactures
|
||||
$tvakey=str_replace('*', '', $tvakey);
|
||||
$tvacompl = " (".$outputlangs->transnoentities("NonPercuRecuperable").")";
|
||||
}
|
||||
$totalvat = $outputlangs->transcountrynoentities("TotalLT1", $mysoc->country_code)(is_object($outputlangsbis) ? ' / '.$outputlangsbis->transcountrynoentities("TotalLT1", $mysoc->country_code) : '');
|
||||
$totalvat = $outputlangs->transcountrynoentities("TotalLT1", $mysoc->country_code).(is_object($outputlangsbis) ? ' / '.$outputlangsbis->transcountrynoentities("TotalLT1", $mysoc->country_code) : '');
|
||||
$totalvat.=' ';
|
||||
$totalvat.=vatrate(abs($tvakey), 1).$tvacompl;
|
||||
|
||||
|
||||
@ -25,7 +25,6 @@ parameters:
|
||||
- %currentWorkingDirectory%/htdocs/compta/localtax/class
|
||||
- %currentWorkingDirectory%/htdocs/compta/paiement/class
|
||||
- %currentWorkingDirectory%/htdocs/compta/prelevement/class
|
||||
- %currentWorkingDirectory%/htdocs/compta/salaries/class
|
||||
- %currentWorkingDirectory%/htdocs/compta/sociales/class
|
||||
- %currentWorkingDirectory%/htdocs/compta/tva/class
|
||||
- %currentWorkingDirectory%/htdocs/conf
|
||||
@ -76,6 +75,7 @@ parameters:
|
||||
- %currentWorkingDirectory%/htdocs/projet/class
|
||||
- %currentWorkingDirectory%/htdocs/reception/class
|
||||
- %currentWorkingDirectory%/htdocs/resource/class
|
||||
- %currentWorkingDirectory%/htdocs/salaries/class
|
||||
- %currentWorkingDirectory%/htdocs/societe/class
|
||||
- %currentWorkingDirectory%/htdocs/stripe/class
|
||||
- %currentWorkingDirectory%/htdocs/supplier_proposal/class
|
||||
|
||||
Loading…
Reference in New Issue
Block a user