diff --git a/application/views/reports/specific_input.php b/application/views/reports/specific_input.php index f9bd5c57c..21f5c5e2a 100644 --- a/application/views/reports/specific_input.php +++ b/application/views/reports/specific_input.php @@ -20,7 +20,7 @@ if(isset($error))
'required control-label col-xs-2')); ?>
- +
@@ -52,7 +52,7 @@ $(document).ready(function() $("#generate_report").click(function() { - window.location = [window.location, start_date, end_date, $('#specific_input_data').val(), $("#sale_type").val() || 0].join("/"); + window.location = [window.location, start_date, end_date, $('#specific_input_data').val(), $("#input_type").val() || 0].join("/"); }); });