X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=FS%2FFS%2FConf.pm;h=6042cae04f376b5c372d85eae20af6d63a4bce2b;hb=a8d1f57eba87ab0f00ce5cd3ba8ef0cef956f68f;hp=691097784684f71e72a4ede8bd82e8d8121758ac;hpb=a76eba49dd827c1afefa62d96fa796ff39bb904d;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 691097784..6042cae04 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -5584,7 +5584,7 @@ and customer address. Include units.', my @part_export = map { qsearch( 'part_export', {exporttype => $_ } ) } keys %{FS::part_export::export_info('cust_main')}; - map { $_->exportnum => $_->exporttype.' to '.$_->machine } @part_export; + map { $_->exportnum => $_->exportname } @part_export; }, 'option_sub' => sub { require FS::Record; @@ -5593,7 +5593,7 @@ and customer address. Include units.', 'part_export', { 'exportnum' => shift } ); $part_export - ? $part_export->exporttype.' to '.$part_export->machine + ? $part_export->exportname : ''; }, }, @@ -5602,7 +5602,7 @@ and customer address. Include units.', { 'key' => 'cust_location-exports', 'section' => '', - 'description' => 'Export(s) to call on cust_location insert, modification and deletion.', + 'description' => 'Export(s) to call on cust_location insert or modification', 'type' => 'select-sub', 'multiple' => 1, 'options_sub' => sub {