From: Mark Wells Date: Sun, 6 Oct 2013 03:03:11 +0000 (-0700) Subject: mark advertising source as a required field X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=d1b6cd3f7c583041bc21a799069059a746b28476;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')."" + &> % }