diff options
author | Mark Wells <mark@freeside.biz> | 2013-10-05 20:03:11 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2013-10-05 20:03:26 -0700 |
commit | d1b6cd3f7c583041bc21a799069059a746b28476 (patch) | |
tree | cea758f818966467005e9954e22464328a6d3166 | |
parent | 76f26627c28cb5e95e61d67f21b53020f2b362b6 (diff) |
mark advertising source as a required field
-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>" + &> % } |