summaryrefslogtreecommitdiff
path: root/bin/breakdown-bill-applications
diff options
context:
space:
mode:
authorcvs2git <cvs2git>2008-03-16 19:58:34 +0000
committercvs2git <cvs2git>2008-03-16 19:58:34 +0000
commiteb061f5119325e666f0dff40d4089e5c1df58e17 (patch)
treed55e8fef5aca62eb13bbc8ad20dbdf941c3bd266 /bin/breakdown-bill-applications
parent3a17b276638200475d54201fa62566b7440e819a (diff)
This commit was manufactured by cvs2svn to create tag 'TRIXBOX_2_6'.TRIXBOX_2_6
Diffstat (limited to 'bin/breakdown-bill-applications')
-rw-r--r--bin/breakdown-bill-applications25
1 files changed, 0 insertions, 25 deletions
diff --git a/bin/breakdown-bill-applications b/bin/breakdown-bill-applications
deleted file mode 100644
index 44c3e36b0..000000000
--- a/bin/breakdown-bill-applications
+++ /dev/null
@@ -1,25 +0,0 @@
-#!/usr/bin/perl -w
-
-use strict;
-use FS::UID qw(adminsuidsetup dbh);
-use FS::Record qw( qsearch );
-use FS::cust_bill_pay;
-use FS::cust_credit_bill;
-
-$FS::CurrentUser::upgrade_hack = 1;
-adminsuidsetup(shift) or die "Usage: breakdown-bill-applications username\n";
-
-#quick and dirty conversion script if you have enough memory to throw at it
-
-my @tables = qw( cust_bill_pay cust_credit_bill );
-
-my @apps = ();
-foreach my $table {
- push @apps, qsearch($table,
-
-
-) {
-
-}
-
-foreach my $cust_bill_