[freeside-commits] branch master updated. 8ce8183b840488b4c9cf138115a28d08fbce3d67

Jeremy Davis jeremyd at 420.am
Fri May 15 14:28:37 PDT 2015


The branch, master has been updated
       via  8ce8183b840488b4c9cf138115a28d08fbce3d67 (commit)
      from  39fbd35d58ba6bedd6c8af1f4b0c25a166acf3c3 (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 8ce8183b840488b4c9cf138115a28d08fbce3d67
Author: Jeremy Davis <jeremyd at freeside.biz>
Date:   Thu May 14 15:32:34 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 af2bb06..8057d8c 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