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