[freeside-commits] branch FREESIDE_3_BRANCH updated. 2d9689ef1601b66950413af88f319a6e4e2ccf0f
Jeremy Davis
jeremyd at 420.am
Fri May 15 14:30:24 PDT 2015
The branch, FREESIDE_3_BRANCH has been updated
via 2d9689ef1601b66950413af88f319a6e4e2ccf0f (commit)
from 7ad052da94c4d205cf426c0ef3ef113f5429b948 (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 2d9689ef1601b66950413af88f319a6e4e2ccf0f
Author: Jeremy Davis <jeremyd at freeside.biz>
Date: Thu May 14 15:34:17 2015 -0400
Fix mis-spelling #35011
diff --git a/httemplate/view/cust_main/packages/status.html b/httemplate/view/cust_main/packages/status.html
index 690f858..047abda 100644
--- a/httemplate/view/cust_main/packages/status.html
+++ b/httemplate/view/cust_main/packages/status.html
@@ -112,7 +112,7 @@
% }
% if ( $curuser->access_right('Unsuspend customer package') ) {
% if ( $cust_pkg->order_date eq $cust_pkg->get('susp') ) { #on hold
- ( <% pkg_link('misc/unsusp_pkg', emt('Start bililng now'), $cust_pkg) %> )
+ ( <% pkg_link('misc/unsusp_pkg', emt('Start billing now'), $cust_pkg) %> )
% } else {
( <% pkg_unsuspend_link($cust_pkg) %> )
( <% pkg_resume_link($cust_pkg) %> )
-----------------------------------------------------------------------
Summary of changes:
httemplate/view/cust_main/packages/status.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list