Bug 9116: Remove some useless tmp variables
authorJonathan Druart <jonathan.druart@biblibre.com>
Tue, 20 Nov 2012 14:57:13 +0000 (15:57 +0100)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Mon, 21 Jan 2013 13:55:34 +0000 (08:55 -0500)
commit6a155d75f212abc3a02a2c35d385ea4a5100d5c9
tree038113e7aea15b4bca7fc86137a305203c2b9e4c
parent0db94fb26ce1c3a157fe2469e4230b281013f0fc
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>
C4/Items.pm