campaign bulkupload : changed xls to xlsx
Showing
2 changed files
with
1 additions
and
1 deletions
| ... | @@ -857,7 +857,7 @@ class CampaignController extends Controller { | ... | @@ -857,7 +857,7 @@ class CampaignController extends Controller { |
| 857 | 857 | ||
| 858 | $writer->save('php://output');*/ | 858 | $writer->save('php://output');*/ |
| 859 | 859 | ||
| 860 | $filepath = "assets/extras/campaignUserMappingFormat.xls"; | 860 | $filepath = "assets/extras/campaignUserMappingFormat.xlsx"; |
| 861 | return Response::download($filepath); | 861 | return Response::download($filepath); |
| 862 | } | 862 | } |
| 863 | 863 | ... | ... |
-
Please register or sign in to post a comment