summaryrefslogtreecommitdiff
path: root/FS/FS/UI
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2015-07-08 17:38:36 -0500
committerJonathan Prykop <jonathan@freeside.biz>2015-07-13 21:15:10 -0500
commitc8b99c9729fc57f6bcfcac6d713a428bdbfdc9d1 (patch)
tree3f25e5644041ccb6cd9f622afbb0b67a0f9307ec /FS/FS/UI
parent68c4617031a6fd1911c13ffbd962fa7f0087bc6f (diff)
RT#36889: cust-fields options to include agent
Diffstat (limited to 'FS/FS/UI')
-rw-r--r--FS/FS/UI/Web.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/UI/Web.pm b/FS/FS/UI/Web.pm
index ca50b27..6655f27 100644
--- a/FS/FS/UI/Web.pm
+++ b/FS/FS/UI/Web.pm
@@ -273,6 +273,7 @@ sub cust_header {
'Invoicing email(s)' => 'invoicing_list_emailonly_scalar',
'Payment Type' => 'payby',
'Current Balance' => 'current_balance',
+ 'Agent Cust#' => 'agent_custid',
);
$header2method{'Cust#'} = 'display_custnum'
if $conf->exists('cust_main-default_agent_custid');