Update propal.class.php

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

View File

@ -1615,7 +1615,9 @@ class Propal extends CommonObject
/**
* Load array lines
*
* @param int $only_product Return only physical products
* @param int $only_product Return only physical products
* @param int $loadalsotranslation Return translation for products
*
* @return int <0 if KO, >0 if OK
*/
public function fetch_lines($only_product = 0, $loadalsotranslation = 0)