remove % in supplier order pdf
This commit is contained in:
parent
2f668ccc79
commit
4341e367d2
@ -430,7 +430,7 @@ class pdf_muscadet extends ModelePDFSuppliersOrders
|
||||
if ($object->lines[$i]->remise_percent)
|
||||
{
|
||||
$remise_percent = pdf_getlineremisepercent($object, $i, $outputlangs, $hidedetails);
|
||||
$pdf->MultiCell($this->postotalht-$this->posxdiscount-1, 3, $remise_percent."%", 0, 'R');
|
||||
$pdf->MultiCell($this->postotalht-$this->posxdiscount-1, 3, $remise_percent, 0, 'R');
|
||||
}
|
||||
|
||||
// Total HT line
|
||||
|
||||
Loading…
Reference in New Issue
Block a user