Merge pull request #10150 from frederic34/patch-9

add log in empty catch
This commit is contained in:
Laurent Destailleur 2018-12-01 23:04:41 +01:00 committed by GitHub
commit 6f3d2e98a2
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);
}
}
}