summaryrefslogtreecommitdiff
path: root/httemplate/edit
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-05-09 15:20:07 -0700
committerIvan Kohler <ivan@freeside.biz>2012-05-09 15:20:07 -0700
commitdb5d13003d4020d9d2bc78ebc565e748622237f4 (patch)
tree9a57b24532dc958b06badb08a13558ad101dbf1d /httemplate/edit
parent4e80826785918c80148c91d3b0e7c8e81e67197e (diff)
disable advertising sources, RT#17638
Diffstat (limited to 'httemplate/edit')
-rwxr-xr-xhttemplate/edit/part_referral.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/httemplate/edit/part_referral.html b/httemplate/edit/part_referral.html
index daf8773f0..e9fd79452 100755
--- a/httemplate/edit/part_referral.html
+++ b/httemplate/edit/part_referral.html
@@ -3,9 +3,12 @@
'table' => 'part_referral',
'fields' => [ 'referral',
{ field=>'agentnum', type=>'select-agent', },
+ { field=>'disabled', type=>'checkbox', value=>'Y' } ,
],
- 'labels' => { 'referral' => 'Advertising source',
+ 'labels' => { 'refnum' => 'Ad Source',
+ 'referral' => 'Advertising source',
'agentnum' => 'Agent',
+ 'disabled' => 'Disabled',
},
'viewall_dir' => 'browse',
)