From 81ae0992cf8506c6a77485548ebde25eb946a9a9 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Sat, 5 Oct 2013 20:03:53 -0700 Subject: [PATCH] mark advertising source as a required field --- httemplate/edit/cust_main/top_misc.html | 7 ++++--- 1 file 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' => "${r}".emt('Advertising source')."" + &> % } -- 2.11.0