[freeside-commits] branch master updated. 5c1ffe11b3af54011fb87e4dceb845139d0d3553

Ivan ivan at 420.am
Sun Sep 8 23:05:35 PDT 2013


The branch, master has been updated
       via  5c1ffe11b3af54011fb87e4dceb845139d0d3553 (commit)
      from  ee7bb8218d50ca38148427c9b24a8decbd3ace86 (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 5c1ffe11b3af54011fb87e4dceb845139d0d3553
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sun Sep 8 22:05:52 2013 -0700

    redundant

diff --git a/bin/profile-bill b/bin/profile-bill
deleted file mode 100755
index 3a1bcb5..0000000
--- a/bin/profile-bill
+++ /dev/null
@@ -1,25 +0,0 @@
-#!/usr/bin/perl
-
-use strict;
-use DBIx::Profile;
-use FS::UID qw( adminsuidsetup dbh );
-use FS::Record qw(qsearchs);
-
-my $user = shift;
-adminsuidsetup( $user );
-
-my $custnum = shift;
-
-my $cust_main = qsearchs('cust_main', { 'custnum' => $custnum })
-  or die "unknown custnum $custnum";
-
-#foreach my $cust_bill ( $cust_main->open_cust_bill ) {
-#  print $cust_bill->invnum. "\n";
-#}
-
-$FS::cust_main::Billing::DEBUG = 1;
-
-$cust_main->bill_and_collect();
-
-print dbh->sprintProfile, "\n";
-

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

Summary of changes:
 bin/profile-bill |   25 -------------------------
 1 files changed, 0 insertions(+), 25 deletions(-)
 delete mode 100755 bin/profile-bill




More information about the freeside-commits mailing list