|
@@ -39,7 +39,7 @@ class ViewRecurringInvoice extends ViewRecord
|
39
|
39
|
->outlined(),
|
40
|
40
|
Actions\ActionGroup::make([
|
41
|
41
|
Actions\ActionGroup::make([
|
42
|
|
- RecurringInvoice::getUpdateScheduleAction(),
|
|
42
|
+ RecurringInvoice::getManageScheduleAction(),
|
43
|
43
|
RecurringInvoice::getApproveDraftAction(),
|
44
|
44
|
])->dropdown(false),
|
45
|
45
|
Actions\DeleteAction::make(),
|
|
@@ -65,7 +65,7 @@ class ViewRecurringInvoice extends ViewRecord
|
65
|
65
|
->visible(fn (RecurringInvoice $record) => ! $record->hasValidStartDate())
|
66
|
66
|
->columnSpanFull()
|
67
|
67
|
->actions([
|
68
|
|
- RecurringInvoice::getUpdateScheduleAction(Action::class)
|
|
68
|
+ RecurringInvoice::getManageScheduleAction(Action::class)
|
69
|
69
|
->outlined(),
|
70
|
70
|
]),
|
71
|
71
|
BannerEntry::make('readyToApprove')
|