mirror of
https://github.com/frappe/books.git
synced 2025-01-22 14:48:25 +00:00
fix: include Payment in the search
This commit is contained in:
parent
11a2589c4a
commit
2dd3f9dab4
@ -138,5 +138,6 @@
|
||||
"amount",
|
||||
"writeoff",
|
||||
"for"
|
||||
]
|
||||
],
|
||||
"keywordFields": ["name", "party", "paymentType"]
|
||||
}
|
||||
|
@ -71,7 +71,7 @@
|
||||
<div
|
||||
v-if="si.group === 'Docs'"
|
||||
class="flex w-full justify-between px-3 items-center"
|
||||
style="height: 48px"
|
||||
style="height: 48px; margin-left: -2px"
|
||||
>
|
||||
<div class="flex items-center">
|
||||
<p class="text-gray-900">
|
||||
@ -93,7 +93,7 @@
|
||||
<div
|
||||
v-else
|
||||
class="flex flex-row w-full justify-between px-3 items-center"
|
||||
style="height: 48px"
|
||||
style="height: 48px; margin-left: -2px"
|
||||
>
|
||||
<p class="text-gray-900">
|
||||
{{ si.label }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user