mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-20 23:35:11 +00:00
create new dialog everytime (#12696)
This commit is contained in:
@@ -317,11 +317,6 @@ $.extend(erpnext.item, {
|
||||
show_multiple_variants_dialog: function(frm) {
|
||||
var me = this;
|
||||
|
||||
if(me.multiple_variant_dialog) {
|
||||
me.multiple_variant_dialog.show();
|
||||
return;
|
||||
}
|
||||
|
||||
let promises = [];
|
||||
let attr_val_fields = {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user