[freeside-commits] branch master updated. 0f5f7222dd6607c11e50020e0f6b4d813fc64cb9

Ivan ivan at 420.am
Wed Feb 26 13:15:17 PST 2014


The branch, master has been updated
       via  0f5f7222dd6607c11e50020e0f6b4d813fc64cb9 (commit)
       via  503507828dad55cc3bcdf5e45148dd09007e8bf9 (commit)
       via  4789dcb6db0e92e1f9ce68cceed4eceff524b854 (commit)
      from  46dc4e18008835d3f8f76afb7156fb44e7f75e32 (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 0f5f7222dd6607c11e50020e0f6b4d813fc64cb9
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Feb 26 13:15:16 2014 -0800

    fix adding packages to quotations, RT#26667, fallout from 65d0561c4d456c2d600acb03a675549d098f5776 (RT#24955 / RT#20686)

diff --git a/httemplate/misc/cust-part_pkg.cgi b/httemplate/misc/cust-part_pkg.cgi
index afe8e42..e129347 100644
--- a/httemplate/misc/cust-part_pkg.cgi
+++ b/httemplate/misc/cust-part_pkg.cgi
@@ -37,7 +37,8 @@ my $date_format = $conf->config('date_format') || '%m/%d/%Y';
 
 my $default_start_date = $conf->exists('order_pkg-no_start_date')
                            ? ''
-                           : $cust_main->next_bill_date;
+                           : $cust_main ? $cust_main->next_bill_date
+                                        : '';
 
 #num_billing_pkgs may be slightly better (will allow you to fill in a start
 # date in the weird edge case where you're using sync_next_bill and

commit 503507828dad55cc3bcdf5e45148dd09007e8bf9
Merge: 4789dcb 46dc4e1
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Feb 26 13:15:13 2014 -0800

    Merge branch 'master' of git.freeside.biz:/home/git/freeside


commit 4789dcb6db0e92e1f9ce68cceed4eceff524b854
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Tue Feb 25 22:47:53 2014 -0800

    2016

diff --git a/httemplate/elements/tr-select-from_to.html b/httemplate/elements/tr-select-from_to.html
index ad9b40a..57b2388 100644
--- a/httemplate/elements/tr-select-from_to.html
+++ b/httemplate/elements/tr-select-from_to.html
@@ -39,7 +39,7 @@
   my %hash = (
     'show_month_abbr' => 1,
     'start_year'      => '1999',
-    'end_year'        => '2014',
+    'end_year'        => '2016',
      @_,
   );
 </%init>

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

Summary of changes:
 httemplate/elements/tr-select-from_to.html |    2 +-
 httemplate/misc/cust-part_pkg.cgi          |    3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)




More information about the freeside-commits mailing list