[freeside-commits] branch master updated. 835daea781d794f2d5aaf8fe8f15570567f61e1e

Ivan ivan at 420.am
Thu Apr 6 15:58:28 PDT 2017


The branch, master has been updated
       via  835daea781d794f2d5aaf8fe8f15570567f61e1e (commit)
      from  6dbf673ebae0b29f7dcfa27104d4e470cf4fa067 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 835daea781d794f2d5aaf8fe8f15570567f61e1e
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu Apr 6 15:58:27 2017 -0700

    svc_cable SQL export, RT#75250

diff --git a/FS/FS/part_export/cable_sql.pm b/FS/FS/part_export/cable_sql.pm
new file mode 100644
index 0000000..9310b04
--- /dev/null
+++ b/FS/FS/part_export/cable_sql.pm
@@ -0,0 +1,23 @@
+package FS::part_export::cable_sql;
+use base qw( FS::part_export::sql_Common );
+
+use strict;
+use vars qw( %info );
+#use Tie::IxHash;
+
+#tie my %options, 'Tie::IxHash',
+#  %{__PACKAGE__->sql_options},
+#  #more options...
+#;
+
+%info = (
+  'svc'     => 'svc_cable',
+  'desc'    => 'Real time export of cable service to SQL databases',
+  'options' => __PACKAGE__->sql_options, #\%options,
+  'no_machine' => 1,
+  'notes'      => <<END
+Export cable service to SQL databases.
+END
+);
+
+1;

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/part_export/{phone_sql.pm => cable_sql.pm} |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
 copy FS/FS/part_export/{phone_sql.pm => cable_sql.pm} (62%)




More information about the freeside-commits mailing list