Function: contractorDisplayName()
contractorDisplayName(
row):string
Defined in: src/lib/names/filipino.ts:148
Short DISPLAY name — "First Last" only — for IN-APP presentation (tables, lists, dashboards). Uses
the curated first_name/last_name when present, else derives them from full_name.
NOT for legal/payment surfaces (Wise payouts, invoices, payslips, agreements), which must keep the
full legal name for bank matching and compliance — those read full_name directly.
Parameters
row
first_name?
string | null
full_name?
string | null
last_name?
string | null
Returns
string