mirror of
https://github.com/grocy/grocy.git
synced 2025-08-18 11:27:03 +00:00
Test/review/rework (and hopefully finalized) new price handling
This commit is contained in:
@@ -48,7 +48,6 @@
|
||||
var jsonDataBarcode = {};
|
||||
jsonDataBarcode.barcode = addBarcode;
|
||||
jsonDataBarcode.product_id = jsonForm.product_id;
|
||||
jsonDataBarcode.qu_factor_purchase_to_stock = productDetails.product.qu_factor_purchase_to_stock;
|
||||
|
||||
Grocy.Api.Post('objects/product_barcodes', jsonDataBarcode,
|
||||
function(result)
|
||||
|
Reference in New Issue
Block a user