fixes in price list currency
This commit is contained in:
parent
86dc888648
commit
15e7c18639
@ -54,9 +54,6 @@ erpnext.buying.BuyingController = erpnext.utils.Controller.extend({
|
|||||||
},
|
},
|
||||||
|
|
||||||
price_list_name: function(callback_fn) {
|
price_list_name: function(callback_fn) {
|
||||||
this.frm.toggle_reqd(["price_list_currency", "plc_conversion_rate"],
|
|
||||||
!!(this.frm.doc.price_list_name));
|
|
||||||
|
|
||||||
var me = this;
|
var me = this;
|
||||||
|
|
||||||
if(this.frm.doc.price_list_name) {
|
if(this.frm.doc.price_list_name) {
|
||||||
@ -137,6 +134,9 @@ erpnext.buying.BuyingController = erpnext.utils.Controller.extend({
|
|||||||
},
|
},
|
||||||
|
|
||||||
price_list_currency: function() {
|
price_list_currency: function() {
|
||||||
|
this.frm.toggle_reqd("plc_conversion_rate",
|
||||||
|
!!(this.frm.doc.price_list_name && this.frm.doc.price_list_currency));
|
||||||
|
|
||||||
this.set_dynamic_labels();
|
this.set_dynamic_labels();
|
||||||
|
|
||||||
if(this.frm.doc.price_list_currency === this.get_company_currency())
|
if(this.frm.doc.price_list_currency === this.get_company_currency())
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user