Ver código fonte

wip budgets

3.x
Andrew Wallo 1 ano atrás
pai
commit
8c25d22319

+ 0
- 1
app/Filament/Company/Resources/Accounting/BudgetResource.php Ver arquivo

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

Carregando…
Cancelar
Salvar