mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-25 09:48:02 -05:00
Fix excel export in reports section (#539)
This commit is contained in:
@@ -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