add log in empty catch

This commit is contained in:
Frédéric FRANCE 2018-12-01 22:26:45 +01:00 committed by GitHub
parent 96741290ba
commit 471ea35d6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -451,6 +451,7 @@ class doc_generic_shipment_odt extends ModelePdfExpedition
}
catch(OdfException $e)
{
dol_syslog($e->getMessage(), LOG_INFO);
}
}
}