Fix remove warning missing the seller in update_price
This commit is contained in:
parent
df10b86d1f
commit
6798e9e6f5
@ -1967,7 +1967,7 @@ class FactureFournisseur extends CommonInvoice
|
||||
$this->errors[] = $line->error;
|
||||
} else {
|
||||
// Update total price into invoice record
|
||||
$res = $this->update_price('', 'auto');
|
||||
$res = $this->update_price('', 'auto', 0, $this->thirdparty);
|
||||
}
|
||||
|
||||
return $res;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user