[freeside-commits] branch FREESIDE_4_BRANCH updated. 875ce4031a47542b933e649ce996cb36b17f44cc
Ivan
ivan at 420.am
Wed Mar 2 17:46:16 PST 2016
The branch, FREESIDE_4_BRANCH has been updated
via 875ce4031a47542b933e649ce996cb36b17f44cc (commit)
from 53de6eb9d848a64a9e69e4a0cf0822f2b296a71b (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 875ce4031a47542b933e649ce996cb36b17f44cc
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Mar 2 17:46:15 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