X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_export.pm;h=3eee37f710e66f808d589e0ebda6e657ab8b9b26;hb=57e39d6d93feee6f6d4ccc32dceced3fde53de2d;hp=ed66b41a1069fd5cc1868db672e7b9c0d717f2f0;hpb=a2a69f909cad813d7164bae805e87f5874a9fdae;p=freeside.git diff --git a/FS/FS/part_export.pm b/FS/FS/part_export.pm index ed66b41a1..3eee37f71 100644 --- a/FS/FS/part_export.pm +++ b/FS/FS/part_export.pm @@ -628,6 +628,14 @@ 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 =head1 SUBROUTINES