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 {