fix a main_inventory

This commit is contained in:
Cayo Puigdefabregas 2022-01-11 11:21:17 +01:00
parent 483f674957
commit c213bddb8c
1 changed files with 3 additions and 3 deletions

View File

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