From bd4ed118a478f56e32fe8fcbaf8aac1955236123 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Fri, 15 May 2015 10:21:27 -0700 Subject: [PATCH] fix svc_phone.circuit_svcnum column config --- FS/FS/svc_phone.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/FS/FS/svc_phone.pm b/FS/FS/svc_phone.pm index 326c0be30..fc903652f 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, }, -- 2.11.0