NEW #0001886: ANC/ANCIMP/ANCGL >> Export PDF

This commit is contained in:
sparkyx 2021-01-22 18:33:16 +01:00
parent 7b42961e7b
commit 293055b621
4 changed files with 78 additions and 27 deletions

View file

@ -39,6 +39,9 @@ if ($ck == 0)
exit();
}
$anc=new Document_Export();
$type_pdf=$http->get("type_pdf","number",1);
$task_id=$http->request("task_id");
$progress=new Progress_Bar($task_id);
$anc->export_all($ck,$progress);
$anc->export_all($ck,$progress,$type_pdf);