mirror of
https://github.com/frappe/books.git
synced 2025-02-14 17:56:34 +00:00
Set Invoice account back to formula
This commit is contained in:
parent
d8dace31f8
commit
b57a301821
@ -38,7 +38,7 @@ module.exports = {
|
|||||||
label: 'Account',
|
label: 'Account',
|
||||||
fieldtype: 'Link',
|
fieldtype: 'Link',
|
||||||
target: 'Account',
|
target: 'Account',
|
||||||
fetch: (doc) => doc.getFrom('Party', doc.customer , 'default_account'),
|
formula: (doc) => doc.getFrom('Party', doc.customer , 'default_account'),
|
||||||
getFilters: (query, control) => {
|
getFilters: (query, control) => {
|
||||||
return {
|
return {
|
||||||
keywords: ['like', query],
|
keywords: ['like', query],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user