mark advertising source as a required field
authorMark Wells <mark@freeside.biz>
Sun, 6 Oct 2013 03:03:53 +0000 (20:03 -0700)
committerMark Wells <mark@freeside.biz>
Sun, 6 Oct 2013 03:03:53 +0000 (20:03 -0700)
httemplate/edit/cust_main/top_misc.html

index ebd9b92..e25506f 100644 (file)
 
 % } 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>"
+  &>
 % }