https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42279 --- Comment #23 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 201163 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=201163&action=edit Bug 42279: Tidy all script tags - acqui In order to tidy all the script tags of the .tt files we isolate the interpolation of Template::Toolkit variables in a separate script tag. This patch focuses on the acquisition module. The 2 main changes are in the following files: * basket.tt It's mostly about table settings and the visibility of columns depending on syspref: - "supplier report" / EDIFACT - "modify" / if basket is not closed - "cancel" / CancelOrdersInClosedBaskets * neworderempty.tt trivial changes, no error or warning in the console should appear. Confirm than createing a new order works as expected. Signed-off-by: Paul Derscheid <paul.derscheid@lmscloud.de> Signed-off-by: Jan Kissig <bibliothek@th-wildau.de> -- You are receiving this mail because: You are watching all bug changes.