Fix: view remise percent (negative or positive)
This commit is contained in:
parent
870e96753b
commit
4f8f39f71b
@ -2859,7 +2859,9 @@ else
|
|||||||
}
|
}
|
||||||
else print ' ';
|
else print ' ';
|
||||||
print '</td>';
|
print '</td>';
|
||||||
if ($objp->remise_percent > 0)
|
|
||||||
|
// Remise percent (negative or positive)
|
||||||
|
if (!empty($objp->remise_percent))
|
||||||
{
|
{
|
||||||
print '<td align="right">'.dol_print_reduction($objp->remise_percent,$langs)."</td>\n";
|
print '<td align="right">'.dol_print_reduction($objp->remise_percent,$langs)."</td>\n";
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user