Skip to content
Snippets Groups Projects
Commit 0cb58e0b authored by Raphaël Doursenaud's avatar Raphaël Doursenaud
Browse files

Qual: Wrong variable name

parent 8b5b7203
No related branches found
No related tags found
No related merge requests found
...@@ -227,7 +227,7 @@ function expedition_pdf_create($db, $object, $modele, $outputlangs) ...@@ -227,7 +227,7 @@ function expedition_pdf_create($db, $object, $modele, $outputlangs)
$interface=new Interfaces($db); $interface=new Interfaces($db);
$result=$interface->run_triggers('SHIPPING_BUILDDOC',$object,$user,$langs,$conf); $result=$interface->run_triggers('SHIPPING_BUILDDOC',$object,$user,$langs,$conf);
if ($result < 0) { if ($result < 0) {
$error++; $this->errors=$interface->errors; $error++; $obj->errors=$interface->errors;
} }
// End calls triggers // End calls triggers
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment