Fix mis-spelling #35011
authorJeremy Davis <jeremyd@freeside.biz>
Thu, 14 May 2015 19:32:34 +0000 (15:32 -0400)
committerJeremy Davis <jeremyd@freeside.biz>
Thu, 14 May 2015 19:32:34 +0000 (15:32 -0400)
httemplate/view/cust_main/packages/status.html

index af2bb06..8057d8c 100644 (file)
 %           }
 %           if ( $curuser->access_right('Unsuspend customer package') ) { 
 %             if ( $cust_pkg->order_date eq $cust_pkg->get('susp') ) { #on hold
-                (&nbsp;<% pkg_link('misc/unsusp_pkg', emt('Start bililng now'), $cust_pkg) %>&nbsp;)
+                (&nbsp;<% pkg_link('misc/unsusp_pkg', emt('Start billing now'), $cust_pkg) %>&nbsp;)
 %             } else {
                 (&nbsp;<% pkg_unsuspend_link($cust_pkg) %>&nbsp;)
                 (&nbsp;<% pkg_resume_link($cust_pkg) %>&nbsp;)