Merge pull request #1746 from burakcakirel/invoiced-at-stack-name-change

invoiced_at_input_* => issued_at_input_*
This commit is contained in:
Cüneyt Şentürk 2021-01-11 22:32:40 +03:00 committed by GitHub
commit 6dc091ee3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -135,12 +135,12 @@
@endif
@stack('order_number_input_end')
@stack('invoiced_at_input_start')
@stack('issued_at_input_start')
@if (!$hideIssuedAt)
<strong>{{ trans($textIssuedAt) }}:</strong>
<span class="float-right">@date($document->issued_at)</span><br><br>
@endif
@stack('invoiced_at_input_end')
@stack('issued_at_input_end')
@stack('due_at_input_start')
@if (!$hideDueAt)

View File

@ -130,7 +130,7 @@
</strong>
<span class="float-right">@date($document->issued_at)</span><br><br>
@endif
@stack('issueed_at_input_end')
@stack('issued_at_input_end')
@stack('due_at_input_start')
@if (!$hideDueAt)

View File

@ -117,12 +117,12 @@
@endif
@stack('invoice_number_input_end')
@stack('invoiced_at_input_start')
@stack('issued_at_input_start')
@if (!$hideIssuedAt)
<strong>{{ trans($textIssuedAt) }}:</strong>
<span class="float-right">@date($document->issued_at)</span><br><br>
@endif
@stack('invoiced_at_input_end')
@stack('issued_at_input_end')
@stack('due_at_input_start')
@if (!$hideDueAt)