Qual: Wrong variable name

This commit is contained in:
Raphaël Doursenaud 2014-04-23 17:12:23 +02:00
parent 8b5b7203d5
commit 0cb58e0b52

View File

@ -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;
}
}
?>
?>