Skip to content

Commit a7ae1fd

Browse files
committed
commit before excel
1 parent 507873b commit a7ae1fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/modules/circulation/controllers/AgencyController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ public function actionWeeklysupply(){
635635
}
636636

637637
header('Content-Type: application/vnd.ms-excel');
638-
$filename = "MyExcelReport_".date("d-m-Y-His").".xls";
638+
$filename = "Agecny_supply_sheet".date("d-m-Y-His").".xls";
639639
header('Content-Disposition: attachment;filename='.$filename .' ');
640640
header('Cache-Control: max-age=0');
641641
$objWriter = \PHPExcel_IOFactory::createWriter($objPHPExcel, 'Excel5');

0 commit comments

Comments
 (0)