소스 검색

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

Loading…
취소
저장