forgotten classes in reports
This commit is contained in:
		@@ -4,9 +4,9 @@
 | 
			
		||||
            <tr class="row rp-border-top-1 font-size-unset px-3">
 | 
			
		||||
                <th class="{{ $class->head_column_width }} text-uppercase text-nowrap">{{ trans('reports.net_profit') }}</th>
 | 
			
		||||
                @foreach($class->net_profit as $profit)
 | 
			
		||||
                    <th class="{{ $class->column_width }}">@money($profit, setting('default.currency'), true)</th>
 | 
			
		||||
                    <th class="{{ $class->column_width }} text-right px-0">@money($profit, setting('default.currency'), true)</th>
 | 
			
		||||
                @endforeach
 | 
			
		||||
                <th class="{{ $class->head_column_width }}">
 | 
			
		||||
                <th class="{{ $class->head_column_width }} text-right">
 | 
			
		||||
                    @money(array_sum($class->net_profit), setting('default.currency'), true)
 | 
			
		||||
                </th>
 | 
			
		||||
            </tr>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user