Fix: on ne pouvait plus modifier la remise sur une ligne ou elle tait perdu lors d'une dition de la ligne
This commit is contained in:
parent
6508cf1ff8
commit
b9a8a6e434
@ -1875,7 +1875,7 @@ else
|
||||
else print ' ';
|
||||
print '</td>';
|
||||
print '<td align="right" nowrap>';
|
||||
if (($objp->info_bits & 2) != 0)
|
||||
if (($objp->info_bits & 2) != 2)
|
||||
{
|
||||
print '<input size="2" type="text" class="flat" name="remise_percent" value="'.$objp->remise_percent.'">%';
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user