Admin vehicle/owner reassociation IO-157

This commit is contained in:
Patrick Fic
2021-01-19 09:34:43 -08:00
parent 56cb193460
commit 5a1eb37544
18 changed files with 655 additions and 5 deletions

View File

@@ -30,6 +30,5 @@ export const CalculateAllocationsTotals = (
return acc;
}, []);
console.log("r", r);
return r;
};