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,