fix(minor): fewer emojis

This commit is contained in:
Rushabh Mehta 2022-06-09 09:14:47 +05:30
parent 378b44a382
commit 3ceafc42fd
2 changed files with 1 additions and 6 deletions

View file

@ -12,11 +12,6 @@ frappe.model.DocTypeController = class DocTypeController extends frappe.ui.form.
'Tab Break': '🔴',
'Section Break': '🔵',
'Column Break': '🟡',
'Check': '☑',
'Link': '🔗',
'Currency': '💲',
'Date': '📆',
'Table': '🗂'
};
if (prefix[value]) {
value = prefix[value] + ' ' + value;

View file

@ -218,7 +218,7 @@ frappe.form.formatters = {
}
}
return frappe.form.formatters.Data(value);
return frappe.form.formatters.Data(value, df);
},
Time: function(value) {
if (value) {