mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 15:42:52 +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) {
|
show_multiple_variants_dialog: function(frm) {
|
||||||
var me = this;
|
var me = this;
|
||||||
|
|
||||||
if(me.multiple_variant_dialog) {
|
|
||||||
me.multiple_variant_dialog.show();
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
let promises = [];
|
let promises = [];
|
||||||
let attr_val_fields = {};
|
let attr_val_fields = {};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user