mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 08:24:47 +00:00
fix: stock reconciliation negative stock error (#36544)
fix: stock reco negative stock error
This commit is contained in:
@@ -696,7 +696,7 @@ class StockReconciliation(StockController):
|
|||||||
)
|
)
|
||||||
|
|
||||||
if sl_entries:
|
if sl_entries:
|
||||||
self.make_sl_entries(sl_entries)
|
self.make_sl_entries(sl_entries, allow_negative_stock=True)
|
||||||
|
|
||||||
def recalculate_qty_for_serial_and_batch_bundle(self, row):
|
def recalculate_qty_for_serial_and_batch_bundle(self, row):
|
||||||
doc = frappe.get_doc("Serial and Batch Bundle", row.current_serial_and_batch_bundle)
|
doc = frappe.get_doc("Serial and Batch Bundle", row.current_serial_and_batch_bundle)
|
||||||
|
|||||||
Reference in New Issue
Block a user