diff options
author | Mark Wells <mark@freeside.biz> | 2013-10-05 20:03:53 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2013-10-05 20:03:53 -0700 |
commit | 81ae0992cf8506c6a77485548ebde25eb946a9a9 (patch) | |
tree | b54bae87cc1b6c4cf4cfad661a309d5630633230 /httemplate/edit | |
parent | 913b38d717fc7f2fae32722e9f30462fc9344fb3 (diff) |
mark advertising source as a required field
Diffstat (limited to 'httemplate/edit')
-rw-r--r-- | httemplate/edit/cust_main/top_misc.html | 7 |
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>" + &> % } |