NEW #0001886: ANC/ANCIMP/ANCGL >> Export PDF
This commit is contained in:
parent
7b42961e7b
commit
293055b621
4 changed files with 78 additions and 27 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue