refactored purchase cycle's get item details and update item details functions and started with purchase price list

This commit is contained in:
Anand Doshi
2013-01-15 18:39:21 +05:30
parent 5c03869472
commit 756dca719b
18 changed files with 794 additions and 850 deletions

View File

@@ -20,7 +20,9 @@ from webnotes.utils import load_json, cstr, flt, get_defaults
from webnotes.model.doc import addchild
from webnotes.model.wrapper import copy_doclist
class TransactionBase:
from webnotes.model.controller import DocListController
class TransactionBase(DocListController):
# Get Customer Default Primary Address - first load
# -----------------------