summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorivan <ivan>2002-05-09 15:21:00 +0000
committerivan <ivan>2002-05-09 15:21:00 +0000
commitcab37352b30b0bb1318ff237fb4dda8482f4bfef (patch)
treec69dad44d95ec81f327782ed366477715b04a65e /httemplate
parentc3256336de26feda8ad6c7e51b039249e147a30f (diff)
s/Referral/Advertising source/
Diffstat (limited to 'httemplate')
-rwxr-xr-xhttemplate/edit/cust_main.cgi2
-rwxr-xr-xhttemplate/view/cust_main.cgi2
2 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/edit/cust_main.cgi b/httemplate/edit/cust_main.cgi
index e92abefd7..cf8de2f13 100755
--- a/httemplate/edit/cust_main.cgi
+++ b/httemplate/edit/cust_main.cgi
@@ -104,7 +104,7 @@ if ( $custnum && ! $conf->exists('editreferrals') ) {
$refnum ||= $referrals[0]->refnum;
print qq!<INPUT TYPE="hidden" NAME="refnum" VALUE="$refnum">!;
} else {
- print qq!<BR><BR>${r}Referral <SELECT NAME="refnum" SIZE="1">!;
+ print qq!<BR><BR>${r}Advertising source <SELECT NAME="refnum" SIZE="1">!;
print "<OPTION> " unless $refnum;
my($referral);
foreach $referral (sort {
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">',