IO-223 Use NA for owner company name.
This commit is contained in:
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user