mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-14 18:51:21 +00:00
in_words fld added in form 16a
This commit is contained in:
@@ -98,3 +98,4 @@ class DocType:
|
||||
tot=flt(tot)+flt(d.total_tax_deposited)
|
||||
|
||||
self.doc.total_amount = flt(tot)
|
||||
self.doc.in_words = get_obj('Sales Common').get_total_in_words(get_defaults()['currency'], self.doc.total_amount)
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user