From 31fc1269b49f35848618bb9238ad701a06997c8d Mon Sep 17 00:00:00 2001 From: Juan Pablo Vial Date: Mon, 22 Sep 2025 14:09:19 -0300 Subject: [PATCH] Cleanup --- app/resources/views/ventas/reservations/modal/add.blade.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/resources/views/ventas/reservations/modal/add.blade.php b/app/resources/views/ventas/reservations/modal/add.blade.php index c95f2e4..1150441 100644 --- a/app/resources/views/ventas/reservations/modal/add.blade.php +++ b/app/resources/views/ventas/reservations/modal/add.blade.php @@ -305,7 +305,6 @@ onChange: (value, text, $selectedItem) => { const unitPromotions = this.promotions.filter(promotion => promotion.units.length > 0) const promotions = unitPromotions.filter(promotion => promotion.units.filter(unit => unit.id === parseInt(value)).length > 0) - console.debug($selectedItem.parent().parent().parent().parent().find('.add_promotions_unit')) $selectedItem.parent().parent().parent().parent().find('.add_promotions_unit') .dropdown('change values', promotions.map(promotion => { return {