Newly created item in sales module is auto added to sale again

This commit is contained in:
jekkos-t520
2014-12-19 08:47:40 +01:00
parent c00c604c21
commit 58dc5e3062

View File

@@ -531,6 +531,7 @@ function post_item_form_submit(response)
{
var $stock_location = $("select[name='stock_location']").val();
$("#item_location").val($stock_location);
$("#item").val(response.item_id);
$("#add_item_form").submit();
}
}