]> git.koha-community.org Git - koha.git/commit
Bug 31587: Basket not accessible from ACQORDER notice
authorKyle Hall <kyle@bywatersolutions.com>
Tue, 20 Sep 2022 14:21:19 +0000 (10:21 -0400)
committerArthur Suzuki <arthur.suzuki@biblibre.com>
Wed, 14 Dec 2022 14:24:21 +0000 (15:24 +0100)
commit305aaa36f6ed6fc18c9b1f0798d4362e520c04cc
treef793ef70f2e94de05e5edc3ecfd970e682748b22
parent77a3aff3aa66389fdf0eac7c1fe63fe3aa4f4a07
Bug 31587: Basket not accessible from ACQORDER notice

The parameter "aqbasket" is passed to GetPreparedLetter, but is always undefined for the notice ACQORDER.

Test Plan:
1) Set your ACQORDER notice content to:
   ***[% basket %]***
2) Set up a vendor with an email, set contact for email so the "E-mail
   order" button shows on a basket for that vendor
3) E-mail the basket
4) Note the email contents are "******"
5) Apply this patch
6) Restart all the things!
7) Email the basket again
8) Note the content looks something like:
   ***Koha::Acquisition::Basket=HASH(0x55870acd96e0)***

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit c89e886b6d99d92347b0da36d190429771a5ab97)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
(cherry picked from commit aceaca5d29b1a43d7f03178efbb934ba11671f6f)
Signed-off-by: Arthur Suzuki <arthur.suzuki@biblibre.com>
C4/Letters.pm