Fix: Rounded Total appearing extra in Standard Print Format

This commit is contained in:
Anand Doshi 2012-01-11 15:05:24 +05:30
parent 65032af912
commit 06d43bcfe2

View File

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