2
0
mirror of https://github.com/frappe/books.git synced 2025-01-08 17:24:05 +00:00

fix: Undo hide fields

This commit is contained in:
Faris Ansari 2019-12-05 02:38:55 +05:30
parent 26826488d8
commit d4c997317d

View File

@ -44,7 +44,7 @@ module.exports = {
openQuickEdit({
doctype: 'Payment',
name: payment.name,
// hideFields: ['party', 'date', hideAccountField, 'paymentType', 'for'],
hideFields: ['party', 'date', hideAccountField, 'paymentType', 'for'],
defaults: {
party,
[hideAccountField]: doc.account,