Bug 27265: (QA follow-up) Typo on L99 cron script

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Marcel de Rooy 2022-10-17 13:08:33 +00:00 committed by Tomas Cohen Arazi
parent a39ecfd7f7
commit ae986b992d
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -96,7 +96,7 @@ if ( C4::Context->config("enable_plugins") ) {
verbose => $verbose,
limit => $limit,
type => \@type,
letter_code => @letter_code,
letter_code => \@letter_code,
}
);
}