From: Mark Wells Date: Fri, 15 May 2015 17:21:27 +0000 (-0700) Subject: fix svc_phone.circuit_svcnum column config X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=bd4ed118a478f56e32fe8fcbaf8aac1955236123 fix svc_phone.circuit_svcnum column config --- 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, },