[freeside-commits] branch FREESIDE_3_BRANCH updated. 2d475f4415070231b7f09dfe70a987a7c88cd38e
Ivan
ivan at 420.am
Wed Mar 2 17:46:18 PST 2016
The branch, FREESIDE_3_BRANCH has been updated
via 2d475f4415070231b7f09dfe70a987a7c88cd38e (commit)
from 944739839feae09511d5bee43e2655df0ae39aae (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 2d475f4415070231b7f09dfe70a987a7c88cd38e
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Mar 2 17:46:16 2016 -0800
'Package type' isn't a thing, try to be more clear with wording
diff --git a/httemplate/view/cust_main/packages/hidden.html b/httemplate/view/cust_main/packages/hidden.html
index 9efe3fc..e1ffb36 100644
--- a/httemplate/view/cust_main/packages/hidden.html
+++ b/httemplate/view/cust_main/packages/hidden.html
@@ -9,9 +9,9 @@
</TD>
<TD>
% if ( $pkgpart_change and $location_change ) {
- <% emt('Package type and location change') %>
+ <% emt('Package and location change') %>
% } elsif ( $pkgpart_change ) {
- <% emt('Package type change') %>
+ <% emt('Package change') %>
% } elsif ( $location_change ) {
<% emt('Location change') %>
% } else { # in case the package was somehow replaced with itself
-----------------------------------------------------------------------
Summary of changes:
httemplate/view/cust_main/packages/hidden.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
More information about the freeside-commits
mailing list