Fix minor bug

This commit is contained in:
Calvo 2023-01-05 08:56:07 +01:00
parent 19fe7ffe73
commit c8bbf1e2dc
1 changed files with 0 additions and 1 deletions

View File

@ -924,7 +924,6 @@ $(document).ready (function () {
});
});
$("#left_iblacklist").click (function () {
debugger;
jQuery.each($("select[name='inventory_changes_blacklist[]'] option:selected"), function (key, value) {
imodule_name = $(value).html();
if (imodule_name != <?php echo "'".__('None')."'"; ?>) {