X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_export.pm;h=3eee37f710e66f808d589e0ebda6e657ab8b9b26;hb=821f900c5a594cdf3cff082e5d527eade23f2e18;hp=5d650626ef8282a6cd257df02beeb3efcd1856aa;hpb=a69f8a2b55163b5f0eac908918e46a3eb3bd2290;p=freeside.git diff --git a/FS/FS/part_export.pm b/FS/FS/part_export.pm index 5d650626e..3eee37f71 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