From 2c1be63257c80c2bded24640295708bdc92984df Mon Sep 17 00:00:00 2001 From: Juan Pablo Vial Date: Mon, 30 Dec 2024 20:45:39 -0300 Subject: [PATCH] Se agrega el boton de terraza --- app/resources/views/ventas/add.blade.php | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/app/resources/views/ventas/add.blade.php b/app/resources/views/ventas/add.blade.php index 62f8de0..fc631e1 100644 --- a/app/resources/views/ventas/add.blade.php +++ b/app/resources/views/ventas/add.blade.php @@ -42,21 +42,26 @@ - - - +

FORMA DE PAGO

@@ -650,7 +655,8 @@ const buttons = [ 'departamento', 'estacionamiento', - 'bodega' + 'bodega', + 'terraza' ] buttons.forEach(name => { const id = '#agregar_' + name