From: Mark Wells Date: Sun, 6 Oct 2013 03:03:53 +0000 (-0700) Subject: mark advertising source as a required field X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;ds=sidebyside;h=81ae0992cf8506c6a77485548ebde25eb946a9a9;hp=913b38d717fc7f2fae32722e9f30462fc9344fb3;p=freeside.git mark advertising source as a required field --- 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' => "${r}".emt('Advertising source')."" + &> % }