diff options
| author | jeff <jeff> | 2007-12-04 18:19:08 +0000 |
|---|---|---|
| committer | jeff <jeff> | 2007-12-04 18:19:08 +0000 |
| commit | 2c6b7c910668dc09dff9ec34b169a240850f16c0 (patch) | |
| tree | b0b9097ddab86f3ee59d95ec6d267b4514693d92 /httemplate/edit/reason.html | |
| parent | b15c501be0d1d1331758916ec3bb1b4aab3b78ef (diff) | |
change credit reasons from freetext to new reason/reason type system (#2777)
Diffstat (limited to 'httemplate/edit/reason.html')
| -rw-r--r-- | httemplate/edit/reason.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/httemplate/edit/reason.html b/httemplate/edit/reason.html index 7c0722cea..b76eb72bf 100644 --- a/httemplate/edit/reason.html +++ b/httemplate/edit/reason.html @@ -2,10 +2,7 @@ % $cgi->param('class') =~ /^(\w)$/ or die "illegal class"; % my $class=$1; % -% my %classmap = ('C' => 'cancel', -% 'S' => 'suspend', -% ); -% my $classname = $classmap{$class}; +% my $classname = $FS::reason_type::class_name{$class}; % % my (@types) = qsearch( 'reason_type', { 'class' => $class } ); % |
