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)
committerGalen Charlton <gmc@esilibrary.com>
Tue, 22 Oct 2013 01:21:07 +0000 (01:21 +0000)
commit6bad4db6a76d719ad6ac7fec2d4c7ec87ec8aa95
treef722120c20fdec64bb748adbc5b662575ff6bd03
parent481eb9b284a55906367888045e092edc1f062a96
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>
C4/Record.pm