mirror of
https://github.com/frappe/books.git
synced 2025-01-22 22:58:28 +00:00
fix: stockMovementItem keywordFields
This commit is contained in:
parent
12ae65600d
commit
c624024505
@ -54,7 +54,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"tableFields": ["item", "fromLocation", "toLocation", "batchNumber", "quantity", "rate"],
|
"tableFields": ["item", "fromLocation", "toLocation", "batchNumber", "quantity", "rate"],
|
||||||
"keywordFields": ["item", "batchNumber"],
|
"keywordFields": ["item"],
|
||||||
"quickEditFields": [
|
"quickEditFields": [
|
||||||
"item",
|
"item",
|
||||||
"fromLocation",
|
"fromLocation",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user