https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22421 --- Comment #38 from Emily Lamancusa (emlam) <emily.lamancusa@montgomerycountymd.gov> --- Created attachment 173288 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=173288&action=edit Bug 22421: (follow-up) Use checkout accessor to get correct issue_id In some cases, we may want to update an AccountLine that is linked to a checkout without knowing whether it is a current or old checkout. In these cases, use the AccountLines ->checkout accessor to ensure we get the issue_id correctly, regardless of whether it is a current issue or and old_issue. This also applies when generating a new AccountLine based on an existing AccountLine (for example, adding a credit to refund a previously charged fine) -- You are receiving this mail because: You are watching all bug changes.