RT #28256: correcting error message in cancel_credit_type dependency info.
authorAlex Brelsfoard <alex@freeside.biz>
Wed, 28 Jan 2015 02:42:57 +0000 (21:42 -0500)
committerAlex Brelsfoard <alex@freeside.biz>
Wed, 28 Jan 2015 02:42:57 +0000 (21:42 -0500)
httemplate/edit/part_pkg.cgi

index 48f5e55..bdceb33 100755 (executable)
@@ -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' } );