What file to edit to allow exporting to CSV?
Posted: 2015-10-01 22:49
Didn't enable exporting to CSV prior to generating and want to edit the file directory? What file and line number can I edit to allow exporting to CSV?
I found my answer, but I'll share it. You can edit the companies_view.php file (your file name may differ). Look around line 151 or so, you're looking for this line:
Change to:
I found my answer, but I'll share it. You can edit the companies_view.php file (your file name may differ). Look around line 151 or so, you're looking for this line:
Code: Select all
$x->AllowCSV = 0;
Code: Select all
$x->AllowCSV = 1;