Qual: Wrong variable name
This commit is contained in:
parent
10a0994241
commit
c4569b10d0
@ -224,7 +224,7 @@ function supplier_invoice_pdf_create($db, $object, $modele, $outputlangs, $hided
|
||||
include_once DOL_DOCUMENT_ROOT . '/core/class/interfaces.class.php';
|
||||
$interface=new Interfaces($db);
|
||||
$result=$interface->run_triggers('BILL_SUPPLIER_BUILDDOC',$object,$user,$langs,$conf);
|
||||
if ($result < 0) { $error++; $this->errors=$interface->errors; }
|
||||
if ($result < 0) { $error++; $obj->errors=$interface->errors; }
|
||||
// End calls triggers
|
||||
|
||||
return 1;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user