PEAR FunctionCallSignature

This commit is contained in:
Frédéric FRANCE
2019-02-10 10:45:49 +01:00
parent 580e5c42d2
commit 1e43f8e54a
129 changed files with 321 additions and 332 deletions

View File

@@ -885,7 +885,7 @@ class Commande extends CommonOrder
$vatrate = $line->tva_tx;
if ($line->vat_src_code && ! preg_match('/\(.*\)/', $vatrate)) $vatrate.=' ('.$line->vat_src_code.')';
$result = $this->addline(
$result = $this->addline(
$line->desc,
$line->subprice,
$line->qty,