refactor: extract invoice approval and dispute logic into a dedicated ShiftCompletionReviewBloc.
This commit is contained in:
@@ -102,7 +102,7 @@ extension ClientNavigator on IModularNavigator {
|
||||
|
||||
/// Navigates to the full list of invoices awaiting approval.
|
||||
void toAwaitingApproval({Object? arguments}) {
|
||||
pushNamed(ClientPaths.awaitingApproval, arguments: arguments);
|
||||
navigate(ClientPaths.awaitingApproval, arguments: arguments);
|
||||
}
|
||||
|
||||
/// Navigates to the Invoice Ready page.
|
||||
|
||||
Reference in New Issue
Block a user