https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42001
--- Comment #23 from Kyle M Hall (khall) <[email protected]> --- Created attachment 201373 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=201373&action=edit Bug 42001: (QA follow-up) Fix the duplicate order notices The EDI_DUP_ORD_LIBRARY and EDI_DUP_ORD_VENDOR notices had the same rendering problems as the duplicate invoice notices on bug 41297: - The staff "View Basket" links were built from a bare [% OPACBaseURL %], which is not in the notice template stash (so it rendered empty) and points at the OPAC rather than the staff client. They now use [% Koha.Preference('staffClientBaseURL') %], with the content starting [%- USE Koha -%] so the Koha plugin is loaded, and the uri filter applied only to the basketno values. - The vendor name used [% aqbooksellers.name %], but C4::Letters exposes that table under the singular name 'bookseller', so it rendered empty. Changed to [% bookseller.name %]. Signed-off-by: Kyle M Hall <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
