Update facture.class.php

This commit is contained in:
ptibogxiv 2019-06-25 18:14:56 +02:00 committed by GitHub
parent c813c33e42
commit c81ffcd8f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)