CDR - Export: Fix PDF export for Chrome.
This commit is contained in:
parent
07392a64d8
commit
dab5b2d0d2
|
|
@ -425,7 +425,7 @@
|
|||
$pdf_filename = "cdr_".date("Ymd_His").".pdf";
|
||||
}
|
||||
else {
|
||||
$pdf_filename = "cdr_".$_SESSION['domain_name']."_".date("Ymd_His").".csv";
|
||||
$pdf_filename = "cdr_".$_SESSION['domain_name']."_".date("Ymd_His").".pdf";
|
||||
}
|
||||
|
||||
header("Content-Type: application/force-download");
|
||||
|
|
|
|||
Loading…
Reference in New Issue