mirror of
https://github.com/grocy/grocy.git
synced 2025-08-26 15:33:31 +00:00
Make presets for new products configurable (closes #92)
This commit is contained in:
3
public/viewjs/productpresets.js
Normal file
3
public/viewjs/productpresets.js
Normal file
@@ -0,0 +1,3 @@
|
||||
$("#product_presets_location_id").val(Grocy.UserSettings.product_presets_location_id);
|
||||
$("#product_presets_product_group_id").val(Grocy.UserSettings.product_presets_product_group_id);
|
||||
$("#product_presets_qu_id").val(Grocy.UserSettings.product_presets_qu_id);
|
Reference in New Issue
Block a user