PHP 8.3 compatibility
Improve DOC & Log
This commit is contained in:
parent
0dfa2f1246
commit
8724903961
4 changed files with 33 additions and 18 deletions
|
|
@ -42,5 +42,10 @@ $reconcilied_document=$http->get("reconcilied_document","number",1);
|
|||
|
||||
$task_id=$http->request("task_id");
|
||||
$progress=new Progress_Bar($task_id);
|
||||
$anc->export_all($ck,$progress,$type_pdf,$reconcilied_document);
|
||||
try {
|
||||
$anc->export_all($ck,$progress,$type_pdf,$reconcilied_document);
|
||||
|
||||
} catch (Exception $ex) {
|
||||
record_log($ex);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue