moving selectpicker to main_inventory

This commit is contained in:
Cayo Puigdefabregas 2021-12-30 13:55:11 +01:00
parent 8411a005df
commit d2701de62b
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
$(document) .ready(function() { $(document) .ready(function() {
$(".deviceSelect").on("change", deviceSelect); $(".deviceSelect").on("change", deviceSelect);
// $('#selectLot').selectpicker();
}) })
function deviceSelect() { function deviceSelect() {