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:
parent
26826488d8
commit
d4c997317d
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user