20250413 #151

Merged
nisse merged 9 commits from development into main 2025-04-13 17:01:55 +02:00
Showing only changes of commit 3dc4b98959 - Show all commits

View File

@ -241,7 +241,7 @@ public static function form(Form $form): Form
->rules('numeric'),
TextInput::make('amount_price')
->label('Amount')
->label('Unit price')
->prefix('$')
->columnSpan(2)
->rules('numeric'),