Andrew Wallo 11ヶ月前
コミット
b79f7dc221
1個のファイルの変更0行の追加4行の削除
  1. 0
    4
      app/Filament/Company/Pages/Reports/CashFlowStatement.php

+ 0
- 4
app/Filament/Company/Pages/Reports/CashFlowStatement.php ファイルの表示

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

読み込み中…
キャンセル
保存