Fix [ bug #1454 ] Mention de bas de page erroné
This commit is contained in:
parent
bb8516274e
commit
80facefa23
@ -11,6 +11,7 @@ Fix: [ bug #1443 ] Payment conditions is erased after editing supplier invoice l
|
|||||||
limit date for payment
|
limit date for payment
|
||||||
Fix: Filter on status was not visible when selected from url.
|
Fix: Filter on status was not visible when selected from url.
|
||||||
Fix: Filtering on status was last when asking to sort.
|
Fix: Filtering on status was last when asking to sort.
|
||||||
|
Fix: [ bug #1454 ] Mention de bas de page erroné
|
||||||
|
|
||||||
***** ChangeLog for 3.5.3 compared to 3.5.2 *****
|
***** ChangeLog for 3.5.3 compared to 3.5.2 *****
|
||||||
Fix: Error on field accountancy code for export profile of invoices.
|
Fix: Error on field accountancy code for export profile of invoices.
|
||||||
|
|||||||
@ -1092,7 +1092,7 @@ class pdf_muscadet extends ModelePDFSuppliersOrders
|
|||||||
*/
|
*/
|
||||||
function _pagefoot(&$pdf, $object, $outputlangs, $hidefreetext=0)
|
function _pagefoot(&$pdf, $object, $outputlangs, $hidefreetext=0)
|
||||||
{
|
{
|
||||||
return pdf_pagefoot($pdf,$outputlangs,'SUPPLIER_INVOICE_FREE_TEXT',$this->emetteur,$this->marge_basse,$this->marge_gauche,$this->page_hauteur,$object,0,$hidefreetext);
|
return pdf_pagefoot($pdf,$outputlangs,'SUPPLIER_ORDER_FREE_TEXT',$this->emetteur,$this->marge_basse,$this->marge_gauche,$this->page_hauteur,$object,0,$hidefreetext);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user