missing type in script
This commit is contained in:
@ -7,5 +7,5 @@
|
|||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@push('scripts_start')
|
@push('scripts_start')
|
||||||
<x-documents.script :items="$bill->items()->get()" />
|
<x-documents.script type="bill" :items="$bill->items()->get()" />
|
||||||
@endpush
|
@endpush
|
||||||
|
@ -11,5 +11,5 @@
|
|||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@push('scripts_start')
|
@push('scripts_start')
|
||||||
<x-documents.script />
|
<x-documents.script type="bill" />
|
||||||
@endpush
|
@endpush
|
||||||
|
@ -24,5 +24,5 @@
|
|||||||
@push('scripts_start')
|
@push('scripts_start')
|
||||||
<link rel="stylesheet" href="{{ asset('public/css/print.css?v=' . version('short')) }}" type="text/css">
|
<link rel="stylesheet" href="{{ asset('public/css/print.css?v=' . version('short')) }}" type="text/css">
|
||||||
|
|
||||||
<x-documents.script />
|
<x-documents.script type="bill" />
|
||||||
@endpush
|
@endpush
|
||||||
|
@ -7,5 +7,5 @@
|
|||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@push('scripts_start')
|
@push('scripts_start')
|
||||||
<x-documents.script />
|
<x-documents.script type="invoice" />
|
||||||
@endpush
|
@endpush
|
||||||
|
@ -7,5 +7,5 @@
|
|||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@push('scripts_start')
|
@push('scripts_start')
|
||||||
<x-documents.script :items="$invoice->items()->get()" />
|
<x-documents.script type="invoice" :items="$invoice->items()->get()" />
|
||||||
@endpush
|
@endpush
|
||||||
|
@ -11,5 +11,5 @@
|
|||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@push('scripts_start')
|
@push('scripts_start')
|
||||||
<x-documents.script />
|
<x-documents.script type="invoice" />
|
||||||
@endpush
|
@endpush
|
||||||
|
@ -13,5 +13,5 @@
|
|||||||
@push('scripts_start')
|
@push('scripts_start')
|
||||||
<link rel="stylesheet" href="{{ asset('public/css/print.css?v=' . version('short')) }}" type="text/css">
|
<link rel="stylesheet" href="{{ asset('public/css/print.css?v=' . version('short')) }}" type="text/css">
|
||||||
|
|
||||||
<x-documents.script />
|
<x-documents.script type="invoice" />
|
||||||
@endpush
|
@endpush
|
||||||
|
Reference in New Issue
Block a user