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