missing type in script
This commit is contained in:
		@@ -3,7 +3,7 @@
 | 
			
		||||
@section('title', trans_choice('general.bills', 1) . ': ' . $bill->document_number)
 | 
			
		||||
 | 
			
		||||
@section('new_button')
 | 
			
		||||
    <x-documents.show.top-buttons 
 | 
			
		||||
    <x-documents.show.top-buttons
 | 
			
		||||
        type="bill"
 | 
			
		||||
        :document="$bill"
 | 
			
		||||
        hide-button-group-divider2
 | 
			
		||||
@@ -12,7 +12,7 @@
 | 
			
		||||
@endsection
 | 
			
		||||
 | 
			
		||||
@section('content')
 | 
			
		||||
    <x-documents.show.content 
 | 
			
		||||
    <x-documents.show.content
 | 
			
		||||
        type="bill"
 | 
			
		||||
        :document="$bill"
 | 
			
		||||
        hide-button-sent
 | 
			
		||||
@@ -24,5 +24,5 @@
 | 
			
		||||
@push('scripts_start')
 | 
			
		||||
    <link rel="stylesheet" href="{{ asset('public/css/print.css?v=' . version('short')) }}" type="text/css">
 | 
			
		||||
 | 
			
		||||
    <x-documents.script />
 | 
			
		||||
    <x-documents.script type="bill" />
 | 
			
		||||
@endpush
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user