#125: 'Add Payment' on List Invoice page modal is too wide

This commit is contained in:
Nisse Lommerde 2025-04-03 11:57:49 -04:00
parent 5de1726ce8
commit 63d5f427ad
2 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,8 @@
# Changelog
**2025-03-04**
- Fixed #123 - Typo 'Add to product Services'
- Fixed #125 - 'Add Payment' on LIst Invoice page modal is too wide
- Fixed #124 - Reorder button for product services is displayed on wrong side
- Fixed #123 - Typo 'Add to product Services'
**2025-03-11**
- Fixed #122 - Non-admins can see payments

View File

@ -249,6 +249,7 @@ public static function table(Table $table): Table
BulkAction::make('Create Payment')
->icon(IconEnum::PAYMENTS->value)
->form(fn ($form) => PaymentResource::form($form))
->modalWidth('lg')
->action(function (Collection $records, array $data) {
if ($records->pluck('customer_id')->unique()->count() !== 1) {
Notification::make()