[freeside-commits] branch master updated. b76a31c1e13c4cfc7ce4b781641ab59ae87434f6
Ivan
ivan at 420.am
Thu Dec 29 12:45:07 PST 2016
The branch, master has been updated
via b76a31c1e13c4cfc7ce4b781641ab59ae87434f6 (commit)
via 949a80c148a8bbeeeec54c5a0be5d73b292423a5 (commit)
from 5f4157a6abad950e88e4c2b095f9399d9120183a (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 b76a31c1e13c4cfc7ce4b781641ab59ae87434f6
Author: Ivan Kohler <ivan at freeside.biz>
Date: Thu Dec 29 12:45:06 2016 -0800
fix change pkg link
diff --git a/httemplate/view/cust_main/packages/package.html b/httemplate/view/cust_main/packages/package.html
index dd15c7b..ed460de 100644
--- a/httemplate/view/cust_main/packages/package.html
+++ b/httemplate/view/cust_main/packages/package.html
@@ -254,7 +254,7 @@
acl => 'Change customer package',
condition => $reg_recur_cond,
popup => "misc/change_pkg.cgi?$plink".
- ';locationnum='. $cust_pkg->locationnum.
+ ';locationnum='. $cust_pkg->locationnum,
actionlabel => emt('Change package'),
#width => 768,
width => 960,
commit 949a80c148a8bbeeeec54c5a0be5d73b292423a5
Author: Ivan Kohler <ivan at freeside.biz>
Date: Thu Dec 29 12:33:53 2016 -0800
fix A/R report
diff --git a/httemplate/search/elements/cust_main_dayranges.html b/httemplate/search/elements/cust_main_dayranges.html
index 951eff2..9bb3e91 100644
--- a/httemplate/search/elements/cust_main_dayranges.html
+++ b/httemplate/search/elements/cust_main_dayranges.html
@@ -201,7 +201,6 @@ my $sql_query = {
$range_cols,
$packages_cols,
FS::UI::Web::cust_sql_fields(),
- 'payby',
),
'extra_sql' => $where,
'order_by' => "order by coalesce(lower(company), ''), lower(last)",
-----------------------------------------------------------------------
Summary of changes:
httemplate/search/elements/cust_main_dayranges.html | 1 -
httemplate/view/cust_main/packages/package.html | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)
More information about the freeside-commits
mailing list