[-] BO : #PSCFV-2520 - Js error on advanced stock management
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@
|
||||
*/
|
||||
|
||||
$(document).ready(function() {
|
||||
initTableDnD();
|
||||
initTableDnD();
|
||||
});
|
||||
|
||||
function initTableDnD(table)
|
||||
|
||||
+3
-1
@@ -855,7 +855,9 @@ function display_action_details(row_id, controller, token, action, params) {
|
||||
}
|
||||
current_element.data('dataMaped',true);
|
||||
current_element.data('opened', false);
|
||||
initTableDnD('.details_'+id+' table.tableDnD');
|
||||
|
||||
if (typeof(initTableDnD) != 'undefined')
|
||||
initTableDnD('.details_'+id+' table.tableDnD');
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user