summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@freeside.biz>2019-04-15 11:37:08 -0400
committerChristopher Burger <burgerc@freeside.biz>2019-04-15 11:37:08 -0400
commitf9a032ba3e9bc7eee997b529f6f51eae0d33b4c3 (patch)
tree593b10ee260ea74f5bf5a782dfc0596fbcfcebb3
parenteceeb8f99451ce6a4b3fbd3093c37b80db3f1cd7 (diff)
RT# 79913 - V3 fix for mass agent transfer
-rw-r--r--FS/FS/cust_main_Mixin.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/cust_main_Mixin.pm b/FS/FS/cust_main_Mixin.pm
index 88b1bd06d..be57017e0 100644
--- a/FS/FS/cust_main_Mixin.pm
+++ b/FS/FS/cust_main_Mixin.pm
@@ -650,7 +650,7 @@ or a list of search fields in the base64 encoded cgi param search.
sub process_customer_agent_transfer_search_result {
my $job = shift;
- my $param = shift;
+ my $param = thaw(decode_base64(shift));
warn Dumper($param) if $DEBUG;
$param->{'job'} = $job;