Added parts Queue BOD-388
This commit is contained in:
@@ -128,6 +128,9 @@ const TimeTicketsAll = lazy(() =>
|
||||
import("../time-tickets/time-tickets.container")
|
||||
);
|
||||
const Help = lazy(() => import("../help/help.page"));
|
||||
const PartsQueue = lazy(() =>
|
||||
import("../parts-queue/parts-queue.page.container")
|
||||
);
|
||||
|
||||
const { Content, Header } = Layout;
|
||||
|
||||
@@ -332,6 +335,11 @@ export function Manage({ match, conflict }) {
|
||||
path={`${match.path}/accounting/payments`}
|
||||
component={AccountingPayments}
|
||||
/>
|
||||
<Route
|
||||
exact
|
||||
path={`${match.path}/partsqueue`}
|
||||
component={PartsQueue}
|
||||
/>
|
||||
<Route
|
||||
exact
|
||||
path={`${match.path}/payments`}
|
||||
|
||||
Reference in New Issue
Block a user