refs #1421
This commit is contained in:
		@@ -412,7 +412,7 @@
 | 
			
		||||
                            <div class="table-responsive">
 | 
			
		||||
                                <table class="table">
 | 
			
		||||
                                    <tbody>
 | 
			
		||||
                                        @foreach ($bill->totals as $total)
 | 
			
		||||
                                        @foreach ($bill->totals_sorted as $total)
 | 
			
		||||
                                            @if ($total->code != 'total')
 | 
			
		||||
                                                @stack($total->code . '_td_start')
 | 
			
		||||
                                                    <tr>
 | 
			
		||||
@@ -472,7 +472,7 @@
 | 
			
		||||
 | 
			
		||||
                            @stack('button_group_start')
 | 
			
		||||
                                <div class="dropup header-drop-top">
 | 
			
		||||
                                    <button type="button" class="btn btn-primary header-button-top" data-toggle="dropdown" aria-expanded="false">{{ trans('general.more_actions') }}</button>
 | 
			
		||||
                                    <button type="button" class="btn btn-primary header-button-top" data-toggle="dropdown" aria-expanded="false"><i class="fa fa-chevron-up"></i>  {{ trans('general.more_actions') }}</button>
 | 
			
		||||
 | 
			
		||||
                                    <div class="dropdown-menu" role="menu">
 | 
			
		||||
                                        @if ($bill->status != 'cancelled')
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user