mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 04:12:59 +00:00
Fixed barcode QU was not saved for single QU products (fixes #1504)
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
var jsonData = $('#barcode-form').serializeJSON();
|
||||
jsonData.amount = jsonData.display_amount;
|
||||
delete jsonData.display_amount;
|
||||
jsonData.qu_id = $("#qu_id").val();
|
||||
|
||||
Grocy.FrontendHelpers.BeginUiBusy("barcode-form");
|
||||
|
||||
|
Reference in New Issue
Block a user