Merge pull request #5371 from saurabh6790/reset_user_must_always_select_on_transaction_change
[fixes] Reset "User must always select" on change of transaction
This commit is contained in:
commit
baf3e3721f
@ -21,6 +21,7 @@ cur_frm.cscript.update_selects = function(r) {
|
||||
}
|
||||
|
||||
cur_frm.cscript.select_doc_for_series = function(doc, cdt, cdn) {
|
||||
cur_frm.set_value('user_must_always_select', 0);
|
||||
cur_frm.toggle_display(['help_html','set_options', 'user_must_always_select', 'update'],
|
||||
doc.select_doc_for_series);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user