mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 02:01:21 +00:00
removed make_feed() function
This commit is contained in:
@@ -411,9 +411,3 @@ class DocType:
|
||||
new_tot_income = cint(self.doc.tax_tot_income) + cint(self.doc.edu_cess) - (cint(ret_income_tax[0][0]) or 0)
|
||||
|
||||
self.doc.tax_per_month = new_tot_income/cint(self.doc.rem_months)
|
||||
|
||||
# on update
|
||||
def on_update(self):
|
||||
obj = get_obj('Feed Control', 'Feed Control')
|
||||
|
||||
obj.make_feed(self.doc)
|
||||
Reference in New Issue
Block a user