https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32393
Nick Clemens <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #27 from Nick Clemens <[email protected]> --- Testing notes: 1.b didn't work for me, I did: - my $json_args = $self->_json->encode($job_args); + #my $json_args = $self->_json->encode($job_args); + my $json_args=$job_args; To check the queues I just did: rabbitmqctl list_queues -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
