WIP for Job Costing BOD-192
This commit is contained in:
@@ -50,3 +50,8 @@ export const selectPayment = createSelector(
|
||||
[selectModals],
|
||||
(modals) => modals.payment
|
||||
);
|
||||
|
||||
export const selectJobCosting = createSelector(
|
||||
[selectModals],
|
||||
(modals) => modals.jobCosting
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user