diff --git a/application/views/items/manage.php b/application/views/items/manage.php index 732cd1ce3..a9002f4c7 100644 --- a/application/views/items/manage.php +++ b/application/views/items/manage.php @@ -22,30 +22,10 @@ $(document).ready(function() $(this).attr('href','index.php/items/generate_barcodes/'+selected.join(':')); }); - $("#low_inventory").click(function() + $("#low_inventory, #is_serialized, #no_description, #search_custom, #is_deleted").click(function() { $('#items_filter_form').submit(); }); - - $("#is_serialized").click(function() - { - $('#items_filter_form').submit(); - }); - - $("#no_description").click(function() - { - $('#items_filter_form').submit(); - }); -//GARRISON ADDED 4/21/2013 - $("#search_custom").click(function() - { - $('#items_filter_form').submit(); - }); - //END GARRISON ADDED - $("#is_deleted").click(function() - { - $('#items_filter_form').submit(); - }); // Parq 131215 }); diff --git a/application/views/receivings/receipt.php b/application/views/receivings/receipt.php index 8efc5f307..f8d3cf4cd 100644 --- a/application/views/receivings/receipt.php +++ b/application/views/receivings/receipt.php @@ -85,7 +85,7 @@ if (isset($error_message)) config->item('return_policy')); ?>
- "; ?> + "; ?>
load->view("partial/footer"); ?>