https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33393 --- Comment #17 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- (In reply to Katrin Fischer from comment #16)
(In reply to Marcel de Rooy from comment #15)
+ my $ordersentences = C4::Context->preference("1PageOrderPDFText");
Sorry, Alex. But we should not add text blocks into preferences. We now have HTML blocks etc. to do this better and allow for translation.
Failed QA
To be fair: the PDF files are one language only, they aren't tanslatable and you only use one at a time per global preference. And the WYSIWG editor could create issues with the PDF.
Well, you can solve it in several ways. Small template file? But we should not add a preference imo. -- You are receiving this mail because: You are watching all bug changes.