fix layout

This commit is contained in:
Ludovic CANDELLIER
2022-12-21 18:33:15 +01:00
parent 73ed46bc28
commit 5151f393be
16 changed files with 164 additions and 135 deletions

View File

@@ -44,7 +44,8 @@
label: '{{ __('Commander') }}',
className: 'btn-success',
callback: function() {
window.location = "{{ route('Shop.Orders.order') }}";
console.log('ici');
window.location = "{{ route('Shop.Basket.basket') }}";
}
},
};