Added in-session recent items with cross tab support. BOD-178
This commit is contained in:
@@ -33,11 +33,6 @@ export function TechClockInContainer({ technician, bodyshop }) {
|
||||
ciecacode: Object.keys(
|
||||
bodyshop.md_responsibility_centers.defaults.costs
|
||||
).find((key) => {
|
||||
console.log(
|
||||
"key",
|
||||
key,
|
||||
bodyshop.md_responsibility_centers.defaults.costs[key]
|
||||
);
|
||||
return (
|
||||
bodyshop.md_responsibility_centers.defaults.costs[key] ===
|
||||
values.cost_center
|
||||
|
||||
Reference in New Issue
Block a user