mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 20:29:09 +00:00
Merge pull request #49985 from mihir-kandoi/gh-49622
fix: call onload of buying controller in purchase_receipt.js
This commit is contained in:
@@ -200,6 +200,7 @@ erpnext.stock.PurchaseReceiptController = class PurchaseReceiptController extend
|
|||||||
}
|
}
|
||||||
|
|
||||||
onload() {
|
onload() {
|
||||||
|
super.onload();
|
||||||
this.frm.set_query("supplier", function () {
|
this.frm.set_query("supplier", function () {
|
||||||
return {
|
return {
|
||||||
filters: {
|
filters: {
|
||||||
|
|||||||
Reference in New Issue
Block a user