diff options
author | ivan <ivan> | 2002-05-09 15:21:00 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-05-09 15:21:00 +0000 |
commit | cab37352b30b0bb1318ff237fb4dda8482f4bfef (patch) | |
tree | c69dad44d95ec81f327782ed366477715b04a65e /httemplate/view | |
parent | c3256336de26feda8ad6c7e51b039249e147a30f (diff) |
s/Referral/Advertising source/
Diffstat (limited to 'httemplate/view')
-rwxr-xr-x | httemplate/view/cust_main.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_main.cgi b/httemplate/view/cust_main.cgi index d960468a0..52d85deff 100755 --- a/httemplate/view/cust_main.cgi +++ b/httemplate/view/cust_main.cgi @@ -158,7 +158,7 @@ print '<TD VALIGN="top">'; my $referral = qsearchs('part_referral', { 'refnum' => $cust_main->refnum } ); - print '<TR><TD ALIGN="right">Referral</TD><TD BGCOLOR="#ffffff">', + print '<TR><TD ALIGN="right">Advertising source</TD><TD BGCOLOR="#ffffff">', $referral->refnum, ": ", $referral->referral, '</TD></TR>'; } print '<TR><TD ALIGN="right">Order taker</TD><TD BGCOLOR="#ffffff">', |