mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-16 11:39:18 +00:00
removed add fetch method
This commit is contained in:
@@ -19,7 +19,6 @@ erpnext.buying.BuyingController = erpnext.TransactionController.extend({
|
|||||||
setup_queries: function() {
|
setup_queries: function() {
|
||||||
var me = this;
|
var me = this;
|
||||||
|
|
||||||
this.frm.add_fetch('supplier', 'language', 'print_language');
|
|
||||||
if(this.frm.fields_dict.buying_price_list) {
|
if(this.frm.fields_dict.buying_price_list) {
|
||||||
this.frm.set_query("buying_price_list", function() {
|
this.frm.set_query("buying_price_list", function() {
|
||||||
return{
|
return{
|
||||||
|
|||||||
Reference in New Issue
Block a user