Export PDF : check files properly

This commit is contained in:
Dany De Bontridder 2016-12-05 22:02:46 +01:00
parent 0979d7406c
commit cfc1e7de81

View file

@ -211,7 +211,6 @@ class Document_Export
'/stamp.pdf output ' . $output;
passthru($stmt, $status);
echo $stmt;
if ($status <> 0)
{
@ -234,7 +233,6 @@ class Document_Export
' output ' . $output2;
passthru($stmt, $status);
echo $stmt;
if ($status <> 0)
{