Fix: [ bug #1033 ] SUPPLIER REF disappeared

This commit is contained in:
simnandez 2013-08-12 18:44:03 +02:00
parent 5c2e626338
commit 5cbfa61731
2 changed files with 3 additions and 1 deletions

View File

@ -97,6 +97,8 @@ parameter. All methods addline in this case were modified to remove this paramet
***** ChangeLog for 3.4.1 compared to 3.4.0 *****
Fix: [ bug #1029 ] Tulip numbering mask
Fix: Supplier invoice and supplier order are not displayed into object link into agenda event card
Fix: [ bug #1033 ] SUPPLIER REF disappeared
***** ChangeLog for 3.4 compared to 3.3.* *****

View File

@ -290,7 +290,7 @@ class pdf_muscadet extends ModelePDFSuppliersOrders
$showpricebeforepagebreak=1;
$pdf->startTransaction();
pdf_writelinedesc($pdf,$object,$i,$outputlangs,$this->posxtva-$curX,3,$curX,$curY,$hideref,$hidedesc);
pdf_writelinedesc($pdf,$object,$i,$outputlangs,$this->posxtva-$curX,3,$curX,$curY,$hideref,$hidedesc,1);
$pageposafter=$pdf->getPage();
if ($pageposafter > $pageposbefore) // There is a pagebreak
{