refactor: rename doctype serial and batch ledger to serial and batch entry

This commit is contained in:
Rohit Waghchaure
2023-03-21 10:54:41 +05:30
parent 16f26fb3d8
commit 5bb3173676
22 changed files with 176 additions and 211 deletions

View File

@@ -95,11 +95,6 @@ class SubcontractingReceipt(SubcontractingController):
self.set_subcontracting_order_status()
self.set_consumed_qty_in_subcontract_order()
self.update_stock_ledger()
from erpnext.stock.doctype.serial_no.serial_no import update_serial_nos_after_submit
update_serial_nos_after_submit(self, "items")
self.make_gl_entries()
self.repost_future_sle_and_gle()
self.update_status()