summaryrefslogtreecommitdiff
path: root/FS/FS/part_export/communigate_pro_singledomain.pm
diff options
context:
space:
mode:
Diffstat (limited to 'FS/FS/part_export/communigate_pro_singledomain.pm')
-rw-r--r--FS/FS/part_export/communigate_pro_singledomain.pm11
1 files changed, 11 insertions, 0 deletions
diff --git a/FS/FS/part_export/communigate_pro_singledomain.pm b/FS/FS/part_export/communigate_pro_singledomain.pm
new file mode 100644
index 0000000..11574af
--- /dev/null
+++ b/FS/FS/part_export/communigate_pro_singledomain.pm
@@ -0,0 +1,11 @@
+package FS::part_export::communigate_pro_singledomain;
+
+use vars qw(@ISA);
+use FS::part_export::communigate_pro;
+
+@ISA = qw(FS::part_export::communigate_pro);
+
+sub export_username {
+ my($self, $svc_acct) = (shift, shift);
+ $svc_acct->username. '@'. $self->option('domain');
+}