Skip to content
Snippets Groups Projects
Commit 686230c0 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Restore broken feature

parent 99de46bd
No related branches found
No related tags found
No related merge requests found
...@@ -64,10 +64,8 @@ if ($conf->global->PRODUIT_USE_MARKUP) $colspan = 'colspan="2"'; ...@@ -64,10 +64,8 @@ if ($conf->global->PRODUIT_USE_MARKUP) $colspan = 'colspan="2"';
<td align="right"> <td align="right">
<?php <?php
if ($soc->tva_assuj == "0") if ($soc->tva_assuj == "0") echo '<input type="hidden" name="np_tva_tx" value="0">0';
echo '<input type="hidden" name="np_tva_tx" value="0">0'; else $html->select_tva('np_tva_tx', $conf->defaulttx, $mysoc, $soc);
else
$html->select_tva('np_tva_tx', $conf->defaulttx, $mysoc, $soc);
?> ?>
</td> </td>
<td align="right"><input type="text" size="5" name="np_price"></td> <td align="right"><input type="text" size="5" name="np_price"></td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment