Bug 11058: fix compilation warning in C4::Record
authorColin Campbell <colin.campbell@ptfs-europe.com>
Wed, 16 Oct 2013 09:09:12 +0000 (10:09 +0100)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Thu, 5 Dec 2013 14:16:57 +0000 (11:16 -0300)
commit4db6cf60ea1e4180c3f3f487c71c6d4aa737aa8b
treedfcdfff0bf7ba3acd23c44cc676d46cde609beb9
parente8a7f3c27be15c73e569e8c7c43ef1557ca7597f
Bug 11058: fix compilation warning in C4::Record

A routine declares two lexical variables named $stylesheet.
This patch renames the second to keep code clearer and
avoid propagating compile time warnings

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Passes koha-qa.pl, works as advertised!

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
(cherry picked from commit 6bad4db6a76d719ad6ac7fec2d4c7ec87ec8aa95)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
C4/Record.pm