[freeside-commits] branch FREESIDE_3_BRANCH updated. ed9d2f0d5900e8fb3202c8438bbd4acf3ba04d51
Ivan
ivan at 420.am
Wed Feb 26 13:15:19 PST 2014
The branch, FREESIDE_3_BRANCH has been updated
via ed9d2f0d5900e8fb3202c8438bbd4acf3ba04d51 (commit)
via 5e78b358502a9506b60b5e1f888feb83a1f8fa86 (commit)
via 3198bdfc17b6c1370dadc17d608a571c0f811b5c (commit)
from e8fb3448ac1b9dae5410f88cf70eb36cd822c247 (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 ed9d2f0d5900e8fb3202c8438bbd4acf3ba04d51
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Feb 26 13:15:18 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 5e78b358502a9506b60b5e1f888feb83a1f8fa86
Merge: 3198bdf e8fb344
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Feb 26 13:12:37 2014 -0800
Merge branch 'FREESIDE_3_BRANCH' of git.freeside.biz:/home/git/freeside into FREESIDE_3_BRANCH
commit 3198bdfc17b6c1370dadc17d608a571c0f811b5c
Author: Ivan Kohler <ivan at freeside.biz>
Date: Tue Feb 25 22:47:45 2014 -0800
2015
diff --git a/httemplate/elements/tr-select-from_to.html b/httemplate/elements/tr-select-from_to.html
index ad9b40a..dfd57e0 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' => '2015',
@_,
);
</%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