From 060657b9d2302651da082ce1de0fe74a92a97731 Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Tue, 5 Apr 2022 14:49:13 -0400 Subject: [PATCH] LP1859701 fix routing from admin page Signed-off-by: Jason Etheridge Signed-off-by: Jane Sandberg Signed-off-by: Michele Morgan --- Open-ILS/src/eg2/src/app/staff/admin/local/routing.module.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Open-ILS/src/eg2/src/app/staff/admin/local/routing.module.ts b/Open-ILS/src/eg2/src/app/staff/admin/local/routing.module.ts index 179817a407..267f008108 100644 --- a/Open-ILS/src/eg2/src/app/staff/admin/local/routing.module.ts +++ b/Open-ILS/src/eg2/src/app/staff/admin/local/routing.module.ts @@ -91,7 +91,8 @@ const routes: Routes = [{ .then(m => m.FieldDocumentationModule) }, { path: 'money/cash_reports', - loadChildren: '@eg/staff/admin/local/cash-reports/cash-reports.module#CashReportsModule' + loadChildren: () => + import('./cash-reports/cash-reports.module').then(m => m.CashReportsModule) }, { path: 'negative-balances', loadChildren: () => -- 2.11.0