mirror of
https://github.com/grocy/grocy.git
synced 2025-10-12 16:44:55 +00:00
refresh productcard on save (#495)
This commit is contained in:
@@ -114,6 +114,7 @@ $('#save-transfer-button').on('click', function(e)
|
||||
$("#location_id_to").val("");
|
||||
$("#location_id_from").val("");
|
||||
Grocy.Components.ProductPicker.GetInputElement().focus();
|
||||
Grocy.Components.ProductCard.Refresh(jsonForm.product_id);
|
||||
Grocy.FrontendHelpers.ValidateForm('transfer-form');
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user