change "support time" to use regular ticket time + a custom field, #30921
[freeside.git] / httemplate / edit / process / rate.cgi
1 <% $server->process %>
2 <%init>
3
4 die "access denied"
5   unless $FS::CurrentUser::CurrentUser->access_right('Configuration');
6
7 my $server = new FS::UI::Web::JSRPC 'FS::rate::process', $cgi;
8
9 </%init>