Export_Receipt : use record_log

This commit is contained in:
sparkyx 2025-08-28 10:46:08 +02:00
parent eba7a0106b
commit 280afb7841

View file

@ -32,7 +32,7 @@ try
}
catch (Exception $exc)
{
error_log($exc->getTraceAsString());
record_log($exc);
return;
}
$cn=Dossier::connect();