Added parts backorder + receiving for orders BOD-159

This commit is contained in:
Patrick Fic
2020-06-25 10:03:46 -07:00
parent db08be58ac
commit 2e30a9078e
21 changed files with 852 additions and 76 deletions

View File

@@ -36,11 +36,6 @@ export function ProductionBoardKanbanComponent({ data, bodyshop }) {
bodyshop.md_ro_statuses.production_statuses,
]);
const findById = (id) => {
return id;
//return (data && data.find((x) => x.id === id).ro_number) || null;
};
const client = useApolloClient();
const handleDragEnd = async (card, source, destination) => {