Added parts backorder + receiving for orders BOD-159
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user