ownr_addr1
false
diff --git a/client/src/components/owner-detail-form/owner-detail-form.component.jsx b/client/src/components/owner-detail-form/owner-detail-form.component.jsx
index a41b050e9..f5fe04d5d 100644
--- a/client/src/components/owner-detail-form/owner-detail-form.component.jsx
+++ b/client/src/components/owner-detail-form/owner-detail-form.component.jsx
@@ -14,7 +14,6 @@ export default function OwnerDetailFormComponent({ form, loading }) {
return (
-
@@ -29,7 +28,6 @@ export default function OwnerDetailFormComponent({ form, loading }) {
-
@@ -50,7 +48,6 @@ export default function OwnerDetailFormComponent({ form, loading }) {
-
+
+
+
);
}
diff --git a/client/src/components/owner-find-modal/owner-find-modal.component.jsx b/client/src/components/owner-find-modal/owner-find-modal.component.jsx
index eb2a6e068..177b4326e 100644
--- a/client/src/components/owner-find-modal/owner-find-modal.component.jsx
+++ b/client/src/components/owner-find-modal/owner-find-modal.component.jsx
@@ -59,6 +59,14 @@ export default function OwnerFindModalComponent({
{record.ownr_ph2}
),
},
+ {
+ title: t("owners.fields.note"),
+ dataIndex: "note",
+ key: "note",
+ render: (text, record) => (
+ {record.note}
+ ),
+ },
];
const handleOnRowClick = (record) => {
diff --git a/client/src/components/production-list-columns/production-list-columns.add.component.jsx b/client/src/components/production-list-columns/production-list-columns.add.component.jsx
index fb3575f5d..82f884673 100644
--- a/client/src/components/production-list-columns/production-list-columns.add.component.jsx
+++ b/client/src/components/production-list-columns/production-list-columns.add.component.jsx
@@ -42,17 +42,24 @@ export function ProductionColumnsComponent({
};
const columnKeys = columns.map((i) => i.key);
-
+ const cols = dataSource({
+ technician,
+ state: tableState,
+ activeStatuses: bodyshop.md_ro_statuses.active_statuses,
+ });
const menu = (
-