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() {
$(".deviceSelect").on("change", deviceSelect);
// $('#selectLot').selectpicker();
$(document).ready(function() {
$(".deviceSelect").on("change", deviceSelect);
// $('#selectLot').selectpicker();
})
function deviceSelect() {