summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorAlex Brelsfoard <alex@freeside.biz>2015-01-27 21:42:57 -0500
committerAlex Brelsfoard <alex@freeside.biz>2015-01-27 21:42:57 -0500
commit27b43d1c9e3af3b8d384d1a30abc2922c1ac6ed7 (patch)
treecd8aa1ea15443593a3d95d65394d6fc19e863676 /httemplate
parent44a6a51f69db394925134ade34a7a948885034c5 (diff)
RT #28256: correcting error message in cancel_credit_type dependency info.
Diffstat (limited to 'httemplate')
-rwxr-xr-xhttemplate/edit/part_pkg.cgi2
1 files changed, 1 insertions, 1 deletions
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' } );