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 ' ';
|
else print ' ';
|
||||||
print '</td>';
|
print '</td>';
|
||||||
print '<td align="right" nowrap>';
|
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.'">%';
|
print '<input size="2" type="text" class="flat" name="remise_percent" value="'.$objp->remise_percent.'">%';
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user