Merge pull request #17668 from atm-john/13.0_fix_dirt
FIX : Remove forgotten echo
This commit is contained in:
commit
b71eb6b75e
@ -1477,7 +1477,7 @@ if ((empty($conf->global->PRODUIT_CUSTOMER_PRICES) || $action == 'showlog_defaul
|
|||||||
}
|
}
|
||||||
|
|
||||||
print '<td class="center">'.$langs->trans("PriceBase").'</td>';
|
print '<td class="center">'.$langs->trans("PriceBase").'</td>';
|
||||||
print $conf->global->PRODUIT_MULTIPRICES_USE_VAT_PER_LEVEL;
|
|
||||||
if (empty($conf->global->PRODUIT_MULTIPRICES) && empty($conf->global->PRODUIT_CUSTOMER_PRICES_BY_QTY_MULTIPRICES)) print '<td class="right">'.$langs->trans("DefaultTaxRate").'</td>';
|
if (empty($conf->global->PRODUIT_MULTIPRICES) && empty($conf->global->PRODUIT_CUSTOMER_PRICES_BY_QTY_MULTIPRICES)) print '<td class="right">'.$langs->trans("DefaultTaxRate").'</td>';
|
||||||
print '<td class="right">'.$langs->trans("HT").'</td>';
|
print '<td class="right">'.$langs->trans("HT").'</td>';
|
||||||
print '<td class="right">'.$langs->trans("TTC").'</td>';
|
print '<td class="right">'.$langs->trans("TTC").'</td>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user