fixed filtering Invoiced ROs for JobIdSearchSelect

This commit is contained in:
jfrye122
2023-06-05 13:14:45 -04:00
parent 5e107bc767
commit aca336fceb
3 changed files with 24 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ import { useTranslation } from "react-i18next";
import { connect } from "react-redux";
import { createStructuredSelector } from "reselect";
import { Button, TextInput, Card } from "react-native-paper";
import { CostCenterSelect } from "../Selects/select-cost-center";
import CostCenterSelect from "../Selects/select-cost-center";
import {
selectCurrentEmployee,
selectRates,