Update shopping_cart_settings.js
This commit is contained in:
parent
0ce70bd68f
commit
13e8c32172
@ -15,7 +15,7 @@ $.extend(cur_frm.cscript, {
|
||||
toggle_mandatory(cur_frm)
|
||||
},
|
||||
enabled: function() {
|
||||
if(cur_frm.doc.enabled == 1) {
|
||||
if (cur_frm.doc.enabled === 1) {
|
||||
cur_frm.doc.show_configure_button = 1;
|
||||
cur_frm.refresh_field('show_configure_button');
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user