From b79548624f8901ffa70efa26e21327b79539fce0 Mon Sep 17 00:00:00 2001 From: ale Date: Sat, 14 Sep 2024 11:03:55 -0300 Subject: [PATCH 1/2] =?UTF-8?q?Bot=C3=B3n=20'-'=20no=20baja=20de=200=20+?= =?UTF-8?q?=20no=20se=20puede=20confirmar=20con=20cantidad=20menor=20a=200?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/js/components/ProductoCard.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/js/components/ProductoCard.vue b/resources/js/components/ProductoCard.vue index 453ecfe..0790be0 100644 --- a/resources/js/components/ProductoCard.vue +++ b/resources/js/components/ProductoCard.vue @@ -70,7 +70,7 @@ export default {
-
@@ -82,7 +82,7 @@ export default {
- - Total total {{ total }} - diff --git a/resources/js/components/ProductoRow.vue b/resources/js/components/ProductoRow.vue index 0a6951c..1edad25 100644 --- a/resources/js/components/ProductoRow.vue +++ b/resources/js/components/ProductoRow.vue @@ -3,11 +3,6 @@ {{ this.producto.nombre }} {{ this.producto.pivot.cantidad }} {{ Math.ceil(this.producto.pivot.total) }} - -producto