Summary: | Code cleaning: Remove some useless temp variables | ||
---|---|---|---|
Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
Component: | Acquisitions | Assignee: | Jonathan Druart <jonathan.druart> |
Status: | CLOSED FIXED | QA Contact: | Marcel de Rooy <m.de.rooy> |
Severity: | minor | ||
Priority: | P5 - low | CC: | chris, kyle, m.de.rooy |
Version: | 3.12 | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Small patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Bug 9116: Remove some useless tmp variables
[SIGNED-OFF] Bug 9116: Remove some useless tmp variables Patch |
Description
Jonathan Druart
2012-11-20 14:56:55 UTC
Created attachment 13557 [details] [review] 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. Created attachment 13928 [details] [review] [SIGNED-OFF] 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> Created attachment 14726 [details] [review] Patch Signed off. Tested with CreateItem=Placing an order and neworderempty.pl. QA Comment: Code looks good to me. Passed QA This patch has been pushed to master. Pushed to 3.10.x will be in 3.10.3 |