From 21a1f45fb563d226fc15545a60f77dc0b5379a73 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Wed, 6 Oct 2021 13:32:55 +0000 Subject: [PATCH] Bug 29062: (QA follow-up) Add comment Wrapped it in a TODO ;) Signed-off-by: Marcel de Rooy Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall --- C4/Circulation.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/C4/Circulation.pm b/C4/Circulation.pm index ef17cccf5f..3f5b8b6eeb 100644 --- a/C4/Circulation.pm +++ b/C4/Circulation.pm @@ -3555,6 +3555,8 @@ sub SendCirculationAlert { branches => $branch, }; + # TODO: Currently, we need to pass an issue_id as identifier for old_issues, but still an itemnumber for issues. + # See C4::Letters:: _parseletter_sth if( $type eq 'CHECKIN' ){ $tables->{old_issues} = $issue->issue_id; } else { -- 2.39.2