X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fedit%2Fpart_pkg.cgi;h=bdceb3364baa9969f46b4ab19e4389ce13725f45;hp=48f5e5511c44085432f4620ca0bec77353b0ddb5;hb=27b43d1c9e3af3b8d384d1a30abc2922c1ac6ed7;hpb=44a6a51f69db394925134ade34a7a948885034c5 diff --git a/httemplate/edit/part_pkg.cgi b/httemplate/edit/part_pkg.cgi index 48f5e5511..bdceb3364 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' } );