summaryrefslogtreecommitdiff
path: root/httemplate/misc
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@freeside.biz>2019-04-15 08:05:48 -0400
committerChristopher Burger <burgerc@freeside.biz>2019-04-15 10:23:37 -0400
commiteceeb8f99451ce6a4b3fbd3093c37b80db3f1cd7 (patch)
tree5344c80379220243ad2163be3da72029b731df40 /httemplate/misc
parent810f6c01aa6882f6893d4cbb061d1adafaf79638 (diff)
RT# 79913 - Mass agent transfer files
Diffstat (limited to 'httemplate/misc')
-rw-r--r--httemplate/misc/process/customers_transfer_to_agent.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/httemplate/misc/process/customers_transfer_to_agent.html b/httemplate/misc/process/customers_transfer_to_agent.html
new file mode 100644
index 000000000..8ee0d8846
--- /dev/null
+++ b/httemplate/misc/process/customers_transfer_to_agent.html
@@ -0,0 +1,6 @@
+<% $server->process %>
+<%init>
+
+my $server = new FS::UI::Web::JSRPC 'FS::cust_main_Mixin::process_customer_agent_transfer_search_result', $cgi;
+
+</%init> \ No newline at end of file