From 3a6face6bacf2db6d2ec948bc5a96f19e6c2fc7d Mon Sep 17 00:00:00 2001 From: ale Date: Sun, 29 Jun 2025 17:34:09 -0300 Subject: [PATCH] Cerrando error al mandar version corregida --- resources/js/components/pedidos/ProductoCantidad.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/js/components/pedidos/ProductoCantidad.vue b/resources/js/components/pedidos/ProductoCantidad.vue index b321bb5..8deebec 100644 --- a/resources/js/components/pedidos/ProductoCantidad.vue +++ b/resources/js/components/pedidos/ProductoCantidad.vue @@ -117,6 +117,7 @@ export default { this.notas_warning_visible = true; return; } + this.notas_warning_visible = false; await this.modificarChismosa({ producto_id: this.producto_id, cantidad: this.cantidadControl,