Kyle M Hall
1508e81505
The before_send_messages plugin hook currently sends all the non-smtp related options with the exception of the --where option. This should be added. Test Plan: 1) Install the latest version of the kitchen sink plugin ( https://github.com/bywatersolutions/dev-koha-plugin-kitchen-sink/releases ) 2) Apply this patch 3) Run process_message_queue.pl with a --where option 4) Run the command: ./misc/cronjobs/process_message_queue.pl --where "letter_code='test'" 5) Note the output looks like: Plugin hook before_send_message called with the params: $VAR1 = { 'verbose' => 0, 'where' => 'letter_code=\'test\'', 'letter_code' => [], 'type' => [], 'limit' => undef }; Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> |
||
---|---|---|
.. | ||
admin | ||
bin | ||
cronjobs | ||
devel | ||
interface_customization | ||
maintenance | ||
migration_tools | ||
release_notes | ||
search_tools | ||
translator | ||
workers | ||
add_date_fields_to_marc_records.pl | ||
add_statistics_borrowers_categorycode.pl | ||
batchCompareMARCvsFrameworks.pl | ||
batchdeletebiblios.pl | ||
batchDeleteUnusedSubfields.pl | ||
batchImportMARCWithBiblionumbers.pl | ||
batchRebuildBiblioTables.pl | ||
batchRebuildItemsTables.pl | ||
batchRepairMissingBiblionumbers.pl | ||
check_sysprefs.pl | ||
commit_file.pl | ||
export_borrowers.pl | ||
export_records.pl | ||
exportauth.pl | ||
import_patrons.pl | ||
koha-install-log | ||
link_bibs_to_authorities.pl | ||
load_yaml.pl | ||
mod_zebraqueue.pl | ||
perlmodule_ls.pl | ||
perlmodule_rm.pl | ||
process_ill_updates.pl | ||
recreateIssueStatistics.pl | ||
sax_parser_print.pl | ||
sax_parser_test.pl | ||
sip_cli_emulator.pl | ||
stage_file.pl | ||
z3950_responder.pl |