a2fbe0a3 by prami

campaign bulkupload : changed xls to xlsx

1 parent f431b84e
......@@ -857,7 +857,7 @@ class CampaignController extends Controller {
$writer->save('php://output');*/
$filepath = "assets/extras/campaignUserMappingFormat.xls";
$filepath = "assets/extras/campaignUserMappingFormat.xlsx";
return Response::download($filepath);
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!