Qual: Wrong variable name
This commit is contained in:
parent
8f215205fa
commit
167457562e
@ -230,7 +230,7 @@ function supplier_order_pdf_create($db, $object, $modele, $outputlangs, $hidedet
|
||||
$interface=new Interfaces($db);
|
||||
$result=$interface->run_triggers('ORDER_SUPPLIER_BUILDDOC',$object,$user,$langs,$conf);
|
||||
if ($result < 0) {
|
||||
$error++; $this->errors=$interface->errors;
|
||||
$error++; $obj->errors=$interface->errors;
|
||||
}
|
||||
// End calls triggers
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user