]> git.koha-community.org Git - koha.git/commit
Bug 36915: (follow-up) Pass object to GetPreparedLetter
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Wed, 26 Jun 2024 14:27:14 +0000 (15:27 +0100)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Tue, 27 Aug 2024 10:14:17 +0000 (12:14 +0200)
commit3db1985149770ec27e5760c36dc10b396f1dd03b
treeb9075ab61882592f83d8c1a3fdd72cb0955e891d
parent0ba56480a57cbe90d8d3eb0daffd9d30f6c0eb9e
Bug 36915: (follow-up) Pass object to GetPreparedLetter

This patch updates the logic to pass the object to be deleted through to
GetPreparedLetter.

This way, as we add fields and accessors to the object in the future,
they will automatically become available to the notices.

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Koha/Booking.pm