mirror of
https://github.com/grocy/grocy.git
synced 2025-08-21 04:43:32 +00:00
Optimized product picker barcode clear handling (fixes #2745)
This commit is contained in:
@@ -155,7 +155,7 @@ $('#save-inventory-button').on('click', function(e)
|
||||
$('#note').val('');
|
||||
$('#price-hint').text("");
|
||||
Grocy.Components.DateTimePicker.Clear();
|
||||
Grocy.Components.ProductPicker.SetValue('');
|
||||
Grocy.Components.ProductPicker.Clear();
|
||||
if (Grocy.FeatureFlags.GROCY_FEATURE_FLAG_STOCK_PRICE_TRACKING)
|
||||
{
|
||||
Grocy.Components.ShoppingLocationPicker.SetValue('');
|
||||
|
Reference in New Issue
Block a user