Merge branch 'master' of git@github.com:webnotes/erpnext

This commit is contained in:
nabinhait
2011-06-14 13:35:31 +05:30
parent e79f87c5f7
commit e0250fbab6
109 changed files with 420 additions and 831 deletions

View File

@@ -98,9 +98,3 @@ class DocType:
tot=flt(tot)+flt(d.total_tax_deposited)
self.doc.total_amount = flt(tot)
# on update
def on_update(self):
obj = get_obj('Feed Control', 'Feed Control')
obj.make_feed(self.doc)