mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-22 14:39:19 +00:00
[minor] fixes in data import, serial no and setup wizard
This commit is contained in:
@@ -189,6 +189,9 @@ class DocType(StockController):
|
||||
self.set_status()
|
||||
self.set_purchase_details()
|
||||
self.set_sales_details()
|
||||
|
||||
def on_communication(self):
|
||||
return
|
||||
|
||||
def process_serial_no(sle):
|
||||
item_det = get_item_details(sle.item_code)
|
||||
|
||||
Reference in New Issue
Block a user