commit | 06d43bcfe2cead37cca632b8dfe54c9f56fb5199 | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@iwebnotes.com> | Wed Jan 11 15:05:24 2012 +0530 |
committer | Anand Doshi <anand@iwebnotes.com> | Wed Jan 11 15:05:24 2012 +0530 |
tree | 7107d28758e74165fa47bb5280abd78ddc9aa0da | |
parent | 65032af912179e460d62f5ca8298313f719f9aec [diff] |
Fix: Rounded Total appearing extra in Standard Print Format
diff --git a/erpnext/setup/doctype/other_charges/other_charges.js b/erpnext/setup/doctype/other_charges/other_charges.js index 9be3e2d..6708e37 100644 --- a/erpnext/setup/doctype/other_charges/other_charges.js +++ b/erpnext/setup/doctype/other_charges/other_charges.js
@@ -16,7 +16,7 @@ return ''; } -cur_frm.pformat.round_total_export = function(doc) { +cur_frm.pformat.rounded_total_export = function(doc) { return ''; }