mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-03-19 23:47:01 -04:00
Newly created item in sales module is auto added to sale again
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user