Skip to content

Commit

Permalink
Fixed syntax error problem
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosgdf committed Sep 21, 2014
1 parent e97a841 commit 13f91a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/expedition/fiche.php
Original file line number Diff line number Diff line change
Expand Up @@ -1598,7 +1598,7 @@
// Build document if it not exists
if (! $file || ! is_readable($file))
{
$result = $object->generateDocument(GETPOST('model')?GETPOST('model'):$object->modelpdf, $outputlangs, $hidedetails, $hidedesc, $hideref));
$result = $object->generateDocument(GETPOST('model')?GETPOST('model'):$object->modelpdf, $outputlangs, $hidedetails, $hidedesc, $hideref);
if ($result <= 0)
{
dol_print_error($db,$result);
Expand Down

0 comments on commit 13f91a6

Please sign in to comment.