Fix: % non affiché
This commit is contained in:
parent
585a1b615f
commit
9851588f54
@ -2577,8 +2577,8 @@ else
|
|||||||
}
|
}
|
||||||
print '</td>';
|
print '</td>';
|
||||||
print '<td align="right">';
|
print '<td align="right">';
|
||||||
if($soc->tva_assuj == "0")
|
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
|
||||||
$html->select_tva('tva_tx',$conf->defaulttx,$mysoc,$soc);
|
$html->select_tva('tva_tx',$conf->defaulttx,$mysoc,$soc);
|
||||||
print '</td>';
|
print '</td>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user