mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-19 13:09:17 +00:00
Fix: Rounded Total appearing extra in Standard Print Format
This commit is contained in:
@@ -16,7 +16,7 @@ cur_frm.pformat.grand_total_export = function(doc) {
|
|||||||
return '';
|
return '';
|
||||||
}
|
}
|
||||||
|
|
||||||
cur_frm.pformat.round_total_export = function(doc) {
|
cur_frm.pformat.rounded_total_export = function(doc) {
|
||||||
return '';
|
return '';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user