Update contrat.class.php

This commit is contained in:
ptibogxiv 2019-06-25 15:49:47 +02:00 committed by GitHub
parent a9adccabc3
commit 87d4e4e356
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -718,7 +718,7 @@ class Contrat extends CommonObject
*
* @return ContratLigne[] Return array of contract lines
*/
public function fetch_lines($loadalsotranslation = 0)
public function fetch_lines($only_product = 0, $loadalsotranslation = 0)
{
global $langs, $conf;
// phpcs:enable