mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-24 23:49:19 +00:00
refactor: Format translation strings (#24004)
* fix: translation strings * fix: linting
This commit is contained in:
committed by
GitHub
parent
e60a62bde5
commit
90e33e53fd
@@ -5,8 +5,7 @@ frappe.ui.form.on('Sales Person', {
|
||||
refresh: function(frm) {
|
||||
if(frm.doc.__onload && frm.doc.__onload.dashboard_info) {
|
||||
var info = frm.doc.__onload.dashboard_info;
|
||||
frm.dashboard.add_indicator(__('Total Contribution Amount: {0}',
|
||||
[format_currency(info.allocated_amount, info.currency)]), 'blue');
|
||||
frm.dashboard.add_indicator(__('Total Contribution Amount: {0}', [format_currency(info.allocated_amount, info.currency)]), 'blue');
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user