Fix MAIN_NO_INPUT_PRICE_WITH_TAX
This commit is contained in:
parent
765b1a858a
commit
8c4a590548
@ -122,7 +122,7 @@ if ($nolinesbefore) {
|
||||
<?php if (isModEnabled("multicurrency") && $this->multicurrency_code != $conf->currency) { ?>
|
||||
<td class="linecoluht_currency right"><span id="title_up_ht_currency"><?php echo $langs->trans('PriceUHTCurrency'); ?></span></td>
|
||||
<?php } ?>
|
||||
<?php if (!empty($inputalsopricewithtax)) { ?>
|
||||
<?php if (!empty($inputalsopricewithtax) && !getDolGlobalInt('MAIN_NO_INPUT_PRICE_WITH_TAX')) { ?>
|
||||
<td class="linecoluttc right"><span id="title_up_ttc"><?php echo $langs->trans('PriceUTTC'); ?></span></td>
|
||||
<?php } ?>
|
||||
<td class="linecolqty right"><?php echo $langs->trans('Qty'); ?></td>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user