2
0
mirror of https://github.com/frappe/books.git synced 2024-12-25 12:10:06 +00:00

fix: Show only dateFormat in SystemSettings

This commit is contained in:
Faris Ansari 2019-12-24 15:41:05 +05:30
parent 6497d05627
commit 9e87809b56

View File

@ -39,11 +39,14 @@ module.exports = {
},
{
fieldname: 'floatPrecision',
label: 'Float Precision',
label: 'Precision',
fieldtype: 'Select',
options: ['2', '3', '4', '5'],
default: '2',
required: 1
}
},
],
quickEditFields: [
'dateFormat'
]
};