We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 507873b commit a7ae1fdCopy full SHA for a7ae1fd
backend/modules/circulation/controllers/AgencyController.php
@@ -635,7 +635,7 @@ public function actionWeeklysupply(){
635
}
636
637
header('Content-Type: application/vnd.ms-excel');
638
- $filename = "MyExcelReport_".date("d-m-Y-His").".xls";
+ $filename = "Agecny_supply_sheet".date("d-m-Y-His").".xls";
639
header('Content-Disposition: attachment;filename='.$filename .' ');
640
header('Cache-Control: max-age=0');
641
$objWriter = \PHPExcel_IOFactory::createWriter($objPHPExcel, 'Excel5');
0 commit comments