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
e077e945
Commit
e077e945
authored
Jun 10, 2021
by
bensinober
Browse files
DEICH-4196
koha : remove debug line
parent
d6c8d5d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
koha/Deichman/Runner/Jobs/OverdueMessages.pm
View file @
e077e945
...
...
@@ -73,7 +73,6 @@ sub Run {
$totalOverdues
+=
$ct
;
# Check if we have an overdue that matches this delay trigger, otherwise move to next
my
(
$trigger
)
=
grep
{
$_
->
{
days_overdue
}
==
$rule
->
{"
letter
$i
"}
->
{
delay
}
}
@
{
$overdues
};
use
Data::
Dumper
;
warn
Dumper
(
$trigger
);
if
(
$trigger
)
{
++
$triggeredOverdues
;
# Send message
...
...
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