Merge branch 'master' of github.com:akaunting/akaunting into 2.1-dev
# Conflicts: # composer.lock # resources/views/banking/accounts/index.blade.php # resources/views/banking/reconciliations/index.blade.php # resources/views/banking/transactions/index.blade.php # resources/views/banking/transfers/index.blade.php # resources/views/common/items/index.blade.php # resources/views/common/reports/index.blade.php # resources/views/purchases/bills/index.blade.php # resources/views/purchases/payments/index.blade.php # resources/views/purchases/vendors/index.blade.php # resources/views/sales/customers/index.blade.php # resources/views/sales/invoices/index.blade.php # resources/views/sales/revenues/index.blade.php
This commit is contained in:
		@@ -448,14 +448,14 @@
 | 
			
		||||
                            @stack('button_edit_start')
 | 
			
		||||
                            @if(!$bill->reconciled)
 | 
			
		||||
                                <a href="{{ route('bills.edit', $bill->id) }}" class="btn btn-info header-button-top">
 | 
			
		||||
                                    {{ trans('general.edit') }}
 | 
			
		||||
                                    <i class="fas fa-edit"></i>  {{ trans('general.edit') }}
 | 
			
		||||
                                </a>
 | 
			
		||||
                            @endif
 | 
			
		||||
                            @stack('button_edit_end')
 | 
			
		||||
 | 
			
		||||
                            @stack('button_print_start')
 | 
			
		||||
                            <a href="{{ route('bills.print', $bill->id) }}" target="_blank" class="btn btn-success header-button-top">
 | 
			
		||||
                                {{ trans('general.print') }}
 | 
			
		||||
                                <i class="fa fa-print"></i>  {{ trans('general.print') }}
 | 
			
		||||
                            </a>
 | 
			
		||||
                            @stack('button_print_end')
 | 
			
		||||
 | 
			
		||||
@@ -611,7 +611,7 @@
 | 
			
		||||
                                                                    ]);
 | 
			
		||||
                                                                @endphp
 | 
			
		||||
 | 
			
		||||
                                                                {!! Form::button(trans('general.delete'), array(
 | 
			
		||||
                                                                {!! Form::button('<i class="fa fa-trash-o" aria-hidden="true"></i> ' . trans('general.delete'), array(
 | 
			
		||||
                                                                    'type'    => 'button',
 | 
			
		||||
                                                                    'class'   => 'btn btn-danger btn-sm',
 | 
			
		||||
                                                                    'title'   => trans('general.delete'),
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user