fix apply the plan docs/alrahma_api_fix_plan_school_year_only_v7
This commit is contained in:
+3
-3
@@ -1170,13 +1170,13 @@ export default function App() {
|
||||
<Route path="administrator/school-years" element={<SchoolYearsManagementPage />} />
|
||||
<Route path="admin/school-years" element={<SchoolYearsManagementPage />} />
|
||||
<Route path="admin/school-years/close" element={<SchoolYearsManagementPage />} />
|
||||
<Route path="admin/school-years/:yearId/summary" element={<SchoolYearDetailPage />} />
|
||||
<Route path="admin/school-years/summary" element={<SchoolYearDetailPage />} />
|
||||
<Route
|
||||
path="admin/school-years/:yearId/reports/closing"
|
||||
path="admin/school-years/reports/closing"
|
||||
element={<SchoolYearClosingReportPage />}
|
||||
/>
|
||||
<Route
|
||||
path="admin/school-years/:yearId/reports/balance-transfers"
|
||||
path="admin/school-years/reports/balance-transfers"
|
||||
element={<SchoolYearBalanceTransfersReportPage />}
|
||||
/>
|
||||
<Route path="administrator/discounts" element={<DiscountListPage />} />
|
||||
|
||||
Reference in New Issue
Block a user