summaryrefslogtreecommitdiff
path: root/httemplate/edit/process/part_svc.cgi
diff options
context:
space:
mode:
authorivan <ivan>2005-02-24 14:24:07 +0000
committerivan <ivan>2005-02-24 14:24:07 +0000
commit4d599c8ce382f51d7bfbb4172cdc73a2c8bd400d (patch)
tree495cce273f64cd9f7e791014b8cf50bc973a4869 /httemplate/edit/process/part_svc.cgi
parent41a036e2d95b39e28eecc624203024e27b3f539b (diff)
add progressbar to service definition add - duplicate checking can take a while, closes: Bug#1126
Diffstat (limited to 'httemplate/edit/process/part_svc.cgi')
-rwxr-xr-xhttemplate/edit/process/part_svc.cgi4
1 files changed, 4 insertions, 0 deletions
diff --git a/httemplate/edit/process/part_svc.cgi b/httemplate/edit/process/part_svc.cgi
new file mode 100755
index 000000000..664e5212a
--- /dev/null
+++ b/httemplate/edit/process/part_svc.cgi
@@ -0,0 +1,4 @@
+<%
+my $server = new FS::UI::Web::JSRPC 'FS::part_svc::process';
+$server->process;
+%>