From fb068b31beedd12bd2d28736d4964b3bba7526ce 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 --- C4/Circulation.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/C4/Circulation.pm b/C4/Circulation.pm index 3a148aad52..5342668ba3 100644 --- a/C4/Circulation.pm +++ b/C4/Circulation.pm @@ -3475,6 +3475,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