[freeside-commits] branch FREESIDE_4_BRANCH updated. fd18b4fc626903d78e158183984a5e630206f305
Ivan
ivan at 420.am
Thu Apr 6 15:58:30 PDT 2017
The branch, FREESIDE_4_BRANCH has been updated
via fd18b4fc626903d78e158183984a5e630206f305 (commit)
from d2c25edb0301d3d33671c74fc30dde8b1a9c6c77 (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 fd18b4fc626903d78e158183984a5e630206f305
Author: Ivan Kohler <ivan at freeside.biz>
Date: Thu Apr 6 15:58:29 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