Qual: Wrong variable name
This commit is contained in:
parent
8b5b7203d5
commit
0cb58e0b52
@ -227,7 +227,7 @@ function expedition_pdf_create($db, $object, $modele, $outputlangs)
|
||||
$interface=new Interfaces($db);
|
||||
$result=$interface->run_triggers('SHIPPING_BUILDDOC',$object,$user,$langs,$conf);
|
||||
if ($result < 0) {
|
||||
$error++; $this->errors=$interface->errors;
|
||||
$error++; $obj->errors=$interface->errors;
|
||||
}
|
||||
// End calls triggers
|
||||
|
||||
@ -254,4 +254,4 @@ function expedition_pdf_create($db, $object, $modele, $outputlangs)
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
?>
|
||||
?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user