Update facture.class.php
This commit is contained in:
parent
c813c33e42
commit
c81ffcd8f0
@ -1467,6 +1467,9 @@ class Facture extends CommonInvoice
|
|||||||
/**
|
/**
|
||||||
* Load all detailed lines into this->lines
|
* Load all detailed lines into this->lines
|
||||||
*
|
*
|
||||||
|
* @param int $only_product Return only physical products
|
||||||
|
* @param int $loadalsotranslation Return translation for products
|
||||||
|
*
|
||||||
* @return int 1 if OK, < 0 if KO
|
* @return int 1 if OK, < 0 if KO
|
||||||
*/
|
*/
|
||||||
public function fetch_lines($only_product = 0, $loadalsotranslation = 0)
|
public function fetch_lines($only_product = 0, $loadalsotranslation = 0)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user