IO-1186 Export customer data.

This commit is contained in:
Patrick Fic
2021-06-21 09:11:28 -07:00
parent 69ac8617da
commit 1f59d114e8
9 changed files with 151 additions and 14 deletions

View File

@@ -50,8 +50,8 @@ export function JobsList({ bodyshop, refetch, loading, jobs, total }) {
width: "25%",
//sortOrder: sortcolumn === "ownr_ln" && sortorder,
render: (text, record) => {
return record.owner ? (
<Link to={"/manage/owners/" + record.owner.id}>
return record.ownerid ? (
<Link to={"/manage/owners/" + record.ownerid}>
{`${record.ownr_fn || ""} ${record.ownr_ln || ""} ${
record.ownr_co_nm || ""
}`}