production_by_csr
false
diff --git a/client/src/components/production-list-table/production-list-table.component.jsx b/client/src/components/production-list-table/production-list-table.component.jsx
index 56278c1fc..d0a620819 100644
--- a/client/src/components/production-list-table/production-list-table.component.jsx
+++ b/client/src/components/production-list-table/production-list-table.component.jsx
@@ -269,7 +269,6 @@ export function ProductionListTable({
},
}}
columns={columns.map((c, index) => {
- console.log(c);
return {
...c,
filteredValue: state.filteredInfo[c.key] || null,
diff --git a/client/src/components/shop-info/shop-info.responsibilitycenters.component.jsx b/client/src/components/shop-info/shop-info.responsibilitycenters.component.jsx
index e5543bcba..3b89799f4 100644
--- a/client/src/components/shop-info/shop-info.responsibilitycenters.component.jsx
+++ b/client/src/components/shop-info/shop-info.responsibilitycenters.component.jsx
@@ -75,9 +75,17 @@ export function ShopInfoResponsibilityCenterComponent({ bodyshop, form }) {
{(bodyshop.cdk_dealerid || bodyshop.pbs_serialnumber) && (
<>
-
- {form.getFieldValue("cdk_dealerid")}
-
+ {bodyshop.cdk_dealerid && (
+
+ {form.getFieldValue("cdk_dealerid")}
+
+ )}
+ {bodyshop.pbs_serialnumber && (
+
+ {form.getFieldValue("pbs_serialnumber")}
+
+ )}
+