* Code for project link products bug.
This commit is contained in:
@@ -90,6 +90,7 @@ function addNewLine(e)
|
||||
|
||||
options.name = `products[${index}]`;
|
||||
options.defaultValue = '';
|
||||
options.disabled = false;
|
||||
new zui.Picker(`.linkProduct #products${index}`, options);
|
||||
new zui.Picker(`#branch${index}`, {name: `branch[${index}]`, multiple: true, items: []});
|
||||
new zui.Picker(`#plans${index}`, {items:[], multiple: true, name: `plans[${index}]`});
|
||||
|
||||
Reference in New Issue
Block a user