瀏覽代碼

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
             $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

Loading…
取消
儲存