summaryrefslogtreecommitdiff
path: root/httemplate/edit/cust_main
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2013-10-05 20:03:53 -0700
committerMark Wells <mark@freeside.biz>2013-10-05 20:03:53 -0700
commit81ae0992cf8506c6a77485548ebde25eb946a9a9 (patch)
treeb54bae87cc1b6c4cf4cfad661a309d5630633230 /httemplate/edit/cust_main
parent913b38d717fc7f2fae32722e9f30462fc9344fb3 (diff)
mark advertising source as a required field
Diffstat (limited to 'httemplate/edit/cust_main')
-rw-r--r--httemplate/edit/cust_main/top_misc.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/httemplate/edit/cust_main/top_misc.html b/httemplate/edit/cust_main/top_misc.html
index ebd9b927c..e25506f52 100644
--- a/httemplate/edit/cust_main/top_misc.html
+++ b/httemplate/edit/cust_main/top_misc.html
@@ -154,9 +154,10 @@
% } else {
- <& /elements/tr-select-part_referral.html,
- 'curr_value' => $refnum
- &>
+ <& /elements/tr-select-part_referral.html,
+ 'curr_value' => $refnum,
+ 'label' => "<B>${r}".emt('Advertising source')."</B>"
+ &>
% }