Andrew Wallo 11 months ago
parent
commit
b79f7dc221
1 changed files with 0 additions and 4 deletions
  1. 0
    4
      app/Filament/Company/Pages/Reports/CashFlowStatement.php

+ 0
- 4
app/Filament/Company/Pages/Reports/CashFlowStatement.php View File

38
     public function getTable(): array
38
     public function getTable(): array
39
     {
39
     {
40
         return [
40
         return [
41
-            Column::make('account_code')
42
-                ->label('Account Code')
43
-                ->toggleable()
44
-                ->alignment(Alignment::Center),
45
             Column::make('account_name')
41
             Column::make('account_name')
46
                 ->label('Account')
42
                 ->label('Account')
47
                 ->alignment(Alignment::Left),
43
                 ->alignment(Alignment::Left),

Loading…
Cancel
Save