https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18465

Nick Clemens <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #15 from Nick Clemens <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://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/

Reply via email to