[Koha-bugs] [Bug 18465] Patron card creator: Print on duplex card printer

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jun 23 16:42:07 CEST 2017


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

Nick Clemens <nick at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nick at bywatersolutions.com

--- Comment #15 from Nick Clemens <nick at 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.


More information about the Koha-bugs mailing list