fix: stock reconciliation negative stock error (#36544)
fix: stock reco negative stock error
This commit is contained in:
parent
11d5327d1b
commit
0b36e7d10e
@ -696,7 +696,7 @@ class StockReconciliation(StockController):
|
||||
)
|
||||
|
||||
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):
|
||||
doc = frappe.get_doc("Serial and Batch Bundle", row.current_serial_and_batch_bundle)
|
||||
|
Loading…
Reference in New Issue
Block a user