From db3e520bad7240b3f6f0d53a2b55a64ef116890b Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Fri, 25 Jan 2013 19:47:54 -0800 Subject: allow manual override of phone number, RT#19883 --- FS/FS/part_export.pm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'FS/FS/part_export.pm') diff --git a/FS/FS/part_export.pm b/FS/FS/part_export.pm index 5d65062..3eee37f 100644 --- a/FS/FS/part_export.pm +++ b/FS/FS/part_export.pm @@ -630,6 +630,10 @@ sub info { #default fallbacks... FS::part_export::DID_Common ? sub get_dids_can_tollfree { 0; } +sub get_dids_can_manual { 0; } +sub get_dids_can_edit { 0; } #don't use without can_manual, otherwise the + # DID selector provisions a new number from + # inventory each edit sub get_dids_npa_select { 1; } =back -- cgit v1.1