Fix: [ bug #1033 ] SUPPLIER REF disappeared
This commit is contained in:
parent
5c2e626338
commit
5cbfa61731
@ -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 *****
|
***** ChangeLog for 3.4.1 compared to 3.4.0 *****
|
||||||
Fix: [ bug #1029 ] Tulip numbering mask
|
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.* *****
|
***** ChangeLog for 3.4 compared to 3.3.* *****
|
||||||
|
|||||||
@ -290,7 +290,7 @@ class pdf_muscadet extends ModelePDFSuppliersOrders
|
|||||||
$showpricebeforepagebreak=1;
|
$showpricebeforepagebreak=1;
|
||||||
|
|
||||||
$pdf->startTransaction();
|
$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();
|
$pageposafter=$pdf->getPage();
|
||||||
if ($pageposafter > $pageposbefore) // There is a pagebreak
|
if ($pageposafter > $pageposbefore) // There is a pagebreak
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user