Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
digibib
deichman
Commits
e53a7e35
Commit
e53a7e35
authored
Jun 23, 2021
by
Petter Goksøyr Åsen
Browse files
DEICH-0000
update questionnaire check because form URL changed
parent
d1160d66
Changes
1
Hide whitespace changes
Inline
Side-by-side
koha/Deichman/Runner/Jobs/CancelExpiredReserves.pm
View file @
e53a7e35
...
...
@@ -50,7 +50,7 @@ sub Run {
next
unless
$p
->
{
patron
}
->
{
alertemail
};
#ignore those without email
# Check that we haven't allready sent questionnaire mail
my
$sth
=
$dbh
->
prepare
("
SELECT 1 FROM message_queue WHERE content like '%HentingAvBestil
teB
%' AND borrowernumber = ?
");
my
$sth
=
$dbh
->
prepare
("
SELECT 1 FROM message_queue WHERE content like '%HentingAvBestil
linger
%' AND borrowernumber = ?
");
$sth
->
execute
(
$p
->
{
patron
}
->
{
borrowernumber
});
next
if
$sth
->
fetchrow_hashref
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment