From d699e49369e788dbd701c79b4246b365ac38b99e Mon Sep 17 00:00:00 2001 From: Patrick Fic <> Date: Wed, 28 Sep 2022 12:44:09 -0700 Subject: [PATCH] IO-223 Use NA for owner company name. --- server/data/arms.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/data/arms.js b/server/data/arms.js index 959c13382..a95887f05 100644 --- a/server/data/arms.js +++ b/server/data/arms.js @@ -205,7 +205,7 @@ exports.default = async (req, res) => { Party: { PersonInfo: { PersonName: { - FirstName: job.ownr_co_nm ? "" : job.ownr_fn, + FirstName: job.ownr_co_nm ? "N/A" : job.ownr_fn, LastName: job.ownr_co_nm ? job.ownr_co_nm : job.ownr_ln, }, // Communications: [