]> git.koha-community.org Git - koha.git/commit
Bug 9116: Remove some useless tmp variables
authorJonathan Druart <jonathan.druart@biblibre.com>
Tue, 20 Nov 2012 14:57:13 +0000 (15:57 +0100)
committerChris Cormack <chris@bigballofwax.co.nz>
Fri, 1 Feb 2013 08:21:02 +0000 (21:21 +1300)
commita6f2e86fa2b4725abb5c3506c5f57b374bfcc984
tree90a923b8ed78d3e7983457af4acd3dd4a554a39d
parentf9ee893e0edd61f2024804f51e9774f186bafb35
Bug 9116: Remove some useless tmp variables

Some variables are useless in C4::Items::PrepareItemrecordDisplay.

This patch removes its.

Test plan:
Syspref AcqCreateItem = "receive an order" and try to receive an order.
Check there is no regression.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
C4/Items.pm