[minor] fixes in data import, serial no and setup wizard

This commit is contained in:
Anand Doshi
2013-10-18 16:07:47 +05:30
parent 1b0664636a
commit 0bc5ae55d8
2 changed files with 8 additions and 2 deletions

View File

@@ -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)