summaryrefslogtreecommitdiff
path: root/FS/FS/svc_phone.pm
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2015-05-15 10:21:27 -0700
committerMark Wells <mark@freeside.biz>2015-05-15 10:21:40 -0700
commitbd4ed118a478f56e32fe8fcbaf8aac1955236123 (patch)
treea18e6e146a810a6759fb7fb49e7ef62e3c05a2c3 /FS/FS/svc_phone.pm
parentba92d105395292725e293f79a561d22902c13a91 (diff)
fix svc_phone.circuit_svcnum column config
Diffstat (limited to 'FS/FS/svc_phone.pm')
-rw-r--r--FS/FS/svc_phone.pm5
1 files changed, 3 insertions, 2 deletions
diff --git a/FS/FS/svc_phone.pm b/FS/FS/svc_phone.pm
index 326c0be..fc90365 100644
--- a/FS/FS/svc_phone.pm
+++ b/FS/FS/svc_phone.pm
@@ -201,9 +201,10 @@ sub table_info {
},
'circuit_svcnum' => { label => 'Circuit',
type => 'select',
- select_table => 'svc_domain',
+ select_table => 'svc_circuit',
select_key => 'svcnum',
- select_label => 'circuit_label',
+ select_label => 'label',
+ select_allow_empty=> 1,
disable_inventory => 1,
},