Fix: % non affiché
This commit is contained in:
parent
9851588f54
commit
cdc282167d
@ -2494,7 +2494,7 @@ else
|
|||||||
print '</td>';
|
print '</td>';
|
||||||
print '<td align="right">';
|
print '<td align="right">';
|
||||||
if(! $soc->tva_assuj)
|
if(! $soc->tva_assuj)
|
||||||
print '<input type="hidden" name="tva_tx" value="0">0';
|
print '<input type="hidden" name="tva_tx" value="0">0%';
|
||||||
else
|
else
|
||||||
print $html->select_tva('tva_tx',$objp->tva_taux,$mysoc,$soc);
|
print $html->select_tva('tva_tx',$objp->tva_taux,$mysoc,$soc);
|
||||||
print '</td>';
|
print '</td>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user