https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18465 --- Comment #9 from Marc Véron <veron@veron.ch> --- (In reply to Katrin Fischer from comment #8)
Hi Marc, thx, that's very helpful! Is it ok that both layouts say Page side = Front?
Yes. This is only used for templates with multiple columns. For duplex card print we use only 1 row and 1 column, so it is not needed here. -------- Explanation for page side used with multiple columns: Workflow is to print first the front side, then turn the pages and then pront the back sides. Lets say you have a template with 3 columns and a batch with 3 patrons. The layout for the front prints the names: Name 1 | Name 2 | Name 3 And another layout for the back side prints the first names. Output should be: First name 3 | First name 2 | First name 1 ...to print 'First name 1' on the back of 'Name 1' Page side: 'Back' shuffles data to do that. -- You are receiving this mail because: You are watching all bug changes.