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:
parent
6497d05627
commit
9e87809b56
@ -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'
|
||||
]
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user