fixes in tax controller and test purchase receipt

This commit is contained in:
Anand Doshi
2012-12-04 11:49:37 +05:30
parent ff438b8cee
commit d3b82cf9de
4 changed files with 27 additions and 10 deletions

View File

@@ -21,8 +21,6 @@ from webnotes import _, DictObj
from webnotes.utils import cint
import json
import stock.utils
from webnotes.model.controller import DocListController
class TransactionController(DocListController):