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 '';
 }