2
0
mirror of https://github.com/frappe/books.git synced 2025-01-24 15:48:25 +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({ openQuickEdit({
doctype: 'Payment', doctype: 'Payment',
name: payment.name, name: payment.name,
// hideFields: ['party', 'date', hideAccountField, 'paymentType', 'for'], hideFields: ['party', 'date', hideAccountField, 'paymentType', 'for'],
defaults: { defaults: {
party, party,
[hideAccountField]: doc.account, [hideAccountField]: doc.account,