Bug Bestellungen
This commit is contained in:
parent
c73299e52e
commit
32595ab5a1
3 changed files with 5 additions and 40 deletions
|
|
@ -180,7 +180,7 @@
|
|||
<!-- / Billing -->
|
||||
|
||||
<!-- Shipping -->
|
||||
@if(!$shopping_order->shopping_user->is_from === 'homeparty')
|
||||
@if($shopping_order->shopping_user->is_from !== 'homeparty')
|
||||
<hr class="m-0">
|
||||
|
||||
<div class="card-body">
|
||||
|
|
@ -298,7 +298,8 @@
|
|||
}
|
||||
|
||||
</style>
|
||||
@if(!$shopping_order->shopping_user->is_from === 'homeparty')
|
||||
@if($shopping_order->shopping_user->is_from !== 'homeparty')
|
||||
|
||||
<div class="table-responsive">
|
||||
<table class="table table-product m-0" style="">
|
||||
<tbody>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue