mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-09-25 04:05:02 -04:00
Fix excel export in reports section (#539)
This commit is contained in:
1 parent
d78c871855
commit
8fcc24db71
1 file changed
+1
-1
@@ -60,7 +60,7 @@ $(document).ready(function()
|
||||
var sale_type = $("#sale_type").val();
|
||||
var location = window.location + '/' + start_date + '/' + end_date + '/' + sale_type;
|
||||
|
||||
if ($("input[name='export_excel']").attr('checked'))
|
||||
if ($("input[name='export_excel']").is(':checked'))
|
||||
{
|
||||
location += '/' + 1;
|
||||
}
|
||||
|
||||
Reference in new issue
Block a user