From 4403a6775a9cd7077f8f125759fb73e3721b13ee Mon Sep 17 00:00:00 2001 From: FrancescoUK Date: Mon, 7 Mar 2016 22:47:40 +0000 Subject: [PATCH] Fix wrong form name in location dropdown due to copy&paste action (#116) --- application/views/items/manage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/views/items/manage.php b/application/views/items/manage.php index 59555ca2c..cd0c84f5e 100644 --- a/application/views/items/manage.php +++ b/application/views/items/manage.php @@ -205,7 +205,7 @@ function post_bulk_form_submit(response) if (count($stock_locations) > 1) { ?> -
  • 'stock_location', 'onchange'=>"$('#mode_form').submit();", 'class'=>'selectpicker show-menu-arrow', 'data-style'=>'btn-default btn-sm', 'data-width'=>'fit')); ?>
  • +
  • 'stock_location', 'onchange'=>"$('#search_form').submit();", 'class'=>'selectpicker show-menu-arrow', 'data-style'=>'btn-default btn-sm', 'data-width'=>'fit')); ?>