mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-16 03:29:16 +00:00
fix: negative stock error at landed cost voucher
This commit is contained in:
@@ -124,7 +124,7 @@ class LandedCostVoucher(Document):
|
|||||||
|
|
||||||
# update stock & gl entries for submit state of PR
|
# update stock & gl entries for submit state of PR
|
||||||
doc.docstatus = 1
|
doc.docstatus = 1
|
||||||
doc.update_stock_ledger(via_landed_cost_voucher=True)
|
doc.update_stock_ledger(allow_negative_stock=True, via_landed_cost_voucher=True)
|
||||||
doc.make_gl_entries()
|
doc.make_gl_entries()
|
||||||
|
|
||||||
def update_rate_in_serial_no(self, receipt_document):
|
def update_rate_in_serial_no(self, receipt_document):
|
||||||
|
|||||||
Reference in New Issue
Block a user