Skip to content

Commit

Permalink
Merge pull request #14378 from transcom/B21575-INT3B-Add_order_type
Browse files Browse the repository at this point in the history
B21575-INT3B-add order type
  • Loading branch information
JamesHawks224 authored Dec 12, 2024
2 parents 9d059af + d7992c8 commit 4f88b1e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/db-truncate
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ BEGIN
EXECUTE 'TRUNCATE TABLE ' || quote_ident(r.tablename) || ' CASCADE';
END LOOP;
END \$\$;
"
"
1 change: 0 additions & 1 deletion src/components/Customer/EditOrdersForm/EditOrdersForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ const EditOrdersForm = ({
const [enableUB, setEnableUB] = useState(false);
const [isLoading, setIsLoading] = useState(true);
const [finishedFetchingFF, setFinishedFetchingFF] = useState(false);

const isInitialHasDependentsDisabled =
initialValues.orders_type === ORDERS_TYPE.STUDENT_TRAVEL ||
initialValues.orders_type === ORDERS_TYPE.EARLY_RETURN_OF_DEPENDENTS;
Expand Down

0 comments on commit 4f88b1e

Please sign in to comment.