Skip to content

Commit

Permalink
Fix updating receipts in Filament
Browse files Browse the repository at this point in the history
  • Loading branch information
timvandijck committed Sep 13, 2024
1 parent 4de5dcf commit bca9ae4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/Filament/Resources/Customers/ReceiptResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ public static function form(Form $form): Form
->columnStart(1),
TextInput::make('currency')
->columnStart(1),
TextInput::make('billable_type')
->readOnly()
->columnStart(1),
]),
]);
}
Expand Down

0 comments on commit bca9ae4

Please sign in to comment.