[freeside-commits] branch FREESIDE_3_BRANCH updated. 27b43d1c9e3af3b8d384d1a30abc2922c1ac6ed7

Alex Brelsfoard alex at 420.am
Tue Jan 27 18:43:10 PST 2015


The branch, FREESIDE_3_BRANCH has been updated
       via  27b43d1c9e3af3b8d384d1a30abc2922c1ac6ed7 (commit)
      from  44a6a51f69db394925134ade34a7a948885034c5 (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 27b43d1c9e3af3b8d384d1a30abc2922c1ac6ed7
Author: Alex Brelsfoard <alex at freeside.biz>
Date:   Tue Jan 27 21:42:57 2015 -0500

    RT #28256: correcting error message in cancel_credit_type dependency info.

diff --git a/httemplate/edit/part_pkg.cgi b/httemplate/edit/part_pkg.cgi
index 48f5e55..bdceb33 100755
--- a/httemplate/edit/part_pkg.cgi
+++ b/httemplate/edit/part_pkg.cgi
@@ -883,7 +883,7 @@ my $html_bottom = sub {
             }
         },
         'unused_credit_cancel' => {
-            'msg'       => q|You must set the 'suspend_credit_type' option in Configuration->Settings to gain access to this option.|,
+            'msg'       => q|You must set the 'cancel_credit_type' option in Configuration->Settings to gain access to this option.|,
             'are_met'   => sub{
                 my $conf = new FS::conf;
                 my @conf_info = qsearch('conf', { 'name' => 'cancel_credit_type' } );


-----------------------------------------------------------------------

Summary of changes:
 httemplate/edit/part_pkg.cgi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list