From 06d43bcfe2cead37cca632b8dfe54c9f56fb5199 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Wed, 11 Jan 2012 15:05:24 +0530 Subject: [PATCH] Fix: Rounded Total appearing extra in Standard Print Format --- erpnext/setup/doctype/other_charges/other_charges.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/setup/doctype/other_charges/other_charges.js b/erpnext/setup/doctype/other_charges/other_charges.js index 9be3e2d577..6708e37152 100644 --- a/erpnext/setup/doctype/other_charges/other_charges.js +++ b/erpnext/setup/doctype/other_charges/other_charges.js @@ -16,7 +16,7 @@ cur_frm.pformat.grand_total_export = function(doc) { return ''; } -cur_frm.pformat.round_total_export = function(doc) { +cur_frm.pformat.rounded_total_export = function(doc) { return ''; }