Bug 8007: Compatibility with bug 11944
authorJonathan Druart <jonathan.druart@biblibre.com>
Thu, 18 Dec 2014 14:39:46 +0000 (15:39 +0100)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Thu, 30 Apr 2015 15:34:09 +0000 (12:34 -0300)
commit753c8ef6c26e962eb2d40192bccd3249d9f07081
treec659b380a9a65decd2f0143e01f237d62c3df16d
parenta72cda3d9d5a89957c2b86d841da97f34c38b6a8
Bug 8007: Compatibility with bug 11944

This patch should be applied to work with bug 11944.
If you don't have 11944 yet, just don't apply this patch.

Note that the line
  binmode(STDOUT);
in pl files is mandatory.

It comes from bug 11944 that adds the line
  binmode( STDOUT, ":utf8" );
in C4::Templates::gettemplate.

Signed-off-by: Lucie <lucie.rousseaux@dracenie.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
Koha/Borrower/Discharge.pm
members/discharge.pl
opac/opac-discharge.pl