[fix] [minor] batch no get query
This commit is contained in:
parent
a65253b5d5
commit
23b3610fe8
@ -95,7 +95,7 @@ erpnext.selling.SellingController = erpnext.TransactionController.extend({
|
|||||||
return{
|
return{
|
||||||
query : "selling.doctype.sales_common.sales_common.get_batch_no",
|
query : "selling.doctype.sales_common.sales_common.get_batch_no",
|
||||||
filters: {
|
filters: {
|
||||||
'item': item.item_code,
|
'item_code': item.item_code,
|
||||||
'posting_date': me.frm.doc.posting_date
|
'posting_date': me.frm.doc.posting_date
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user