06 2022
This commit is contained in:
parent
9b0b5feb7e
commit
7a040c3e19
106 changed files with 4074 additions and 1349 deletions
|
|
@ -43,7 +43,8 @@
|
|||
</button>
|
||||
@endif
|
||||
@else
|
||||
{{--
|
||||
@if(Auth::user()->isSySAdmin())
|
||||
|
||||
<button type="button" class="btn btn-sm btn-primary" data-toggle="modal" data-target="#modals-invoice"
|
||||
data-id="{{ $shopping_order->id }}"
|
||||
//TODO
|
||||
|
|
@ -52,7 +53,7 @@
|
|||
data-action="create_invoice">
|
||||
<span class="fa fa-file"></span> <strong>Rechnung erstellen</strong>
|
||||
</button>
|
||||
--}}
|
||||
@endif
|
||||
@endif
|
||||
@else
|
||||
@if($shopping_order->isInvoice())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue