https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18465 Nick Clemens <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick@bywatersolutions.com --- Comment #15 from Nick Clemens <nick@bywatersolutions.com> --- create-pdf.pl 135 #my $print_layout_xml = $layout_back_xml; 136 my $print_layout_xml = (( ($cardscount % 2 == 1) && ( $layout_back_id ) ) ? 137 clone($layout_back_xml) : clone($layout_xml) ); Fist line looks like debug, is Clone being added as a dependency here? can we just make a copy? Otherwise worked well in testing -- You are receiving this mail because: You are watching all bug changes.