Fixing style errors.
This commit is contained in:
parent
9b2c989906
commit
87038f953a
@ -942,7 +942,7 @@ class pdf_aurore extends ModelePDFSupplierProposal
|
||||
|
||||
foreach ($localtax_rate as $tvakey => $tvaval) {
|
||||
if ($tvakey != 0) { // On affiche pas taux 0
|
||||
//$this->atleastoneratenotnull++;
|
||||
//$this->atleastoneratenotnull++;
|
||||
|
||||
$index++;
|
||||
$pdf->SetXY($col1x, $tab2_top + $tab2_hl * $index);
|
||||
@ -972,7 +972,7 @@ class pdf_aurore extends ModelePDFSupplierProposal
|
||||
|
||||
foreach ($localtax_rate as $tvakey => $tvaval) {
|
||||
if ($tvakey != 0) { // On affiche pas taux 0
|
||||
//$this->atleastoneratenotnull++;
|
||||
//$this->atleastoneratenotnull++;
|
||||
|
||||
|
||||
|
||||
@ -1026,7 +1026,7 @@ class pdf_aurore extends ModelePDFSupplierProposal
|
||||
|
||||
foreach ($localtax_rate as $tvakey => $tvaval) {
|
||||
if ($tvakey != 0) { // On affiche pas taux 0
|
||||
//$this->atleastoneratenotnull++;
|
||||
//$this->atleastoneratenotnull++;
|
||||
|
||||
$index++;
|
||||
$pdf->SetXY($col1x, $tab2_top + $tab2_hl * $index);
|
||||
@ -1057,7 +1057,7 @@ class pdf_aurore extends ModelePDFSupplierProposal
|
||||
foreach ($localtax_rate as $tvakey => $tvaval) {
|
||||
// retrieve global local tax
|
||||
if ($tvakey != 0) { // On affiche pas taux 0
|
||||
//$this->atleastoneratenotnull++;
|
||||
//$this->atleastoneratenotnull++;
|
||||
|
||||
$index++;
|
||||
$pdf->SetXY($col1x, $tab2_top + $tab2_hl * $index);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user