ソースを参照

wip budgets

3.x
Andrew Wallo 7ヶ月前
コミット
8c25d22319
1個のファイルの変更0行の追加1行の削除
  1. 0
    1
      app/Filament/Company/Resources/Accounting/BudgetResource.php

+ 0
- 1
app/Filament/Company/Resources/Accounting/BudgetResource.php ファイルの表示

@@ -119,7 +119,6 @@ class BudgetResource extends Resource
119 119
             $fields[] = Forms\Components\TextInput::make("amounts.{$label}")
120 120
                 ->label($label)
121 121
                 ->numeric()
122
-                ->suffix('USD')
123 122
                 ->required();
124 123
 
125 124
             // Move to the next period

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