KOKINIO - MANAGER
Edit File: metricaVertedero.js
var MetricaVertedero = { selectType: (type) => { let op = 8; let year = $("#year-select").val(); let month = $("#month-select").val(); $.get(main_path+"/catalogo/metrica_op", {op:op, year:year, month:month, type}, function(resp){ $('#metrica').html(resp); }); } }