modalized edit worker + global css

This commit is contained in:
2026-03-19 23:32:55 -03:00
parent a1bfb25abf
commit e430c732bd
7 changed files with 125 additions and 118 deletions

View File

@@ -7,7 +7,6 @@
<!-- HEAD -->
{% endblock %}
{% block content %}
<h2 class="mb-4">Catálogo de Productos por Zona</h2>
@@ -148,9 +147,7 @@
});
});
}
</script>
<script>
document.querySelectorAll('.money-input').forEach(function(input) {
input.addEventListener('input', function(e) {
let value = this.value.replace(/\D/g, '');