]> git.koha-community.org Git - koha.git/commit
Bug 10088: FIX adding an order from a staged file.
authorJonathan Druart <jonathan.druart@biblibre.com>
Thu, 25 Apr 2013 07:47:53 +0000 (09:47 +0200)
committerChris Hall <followingthepath@gmail.com>
Sun, 18 Aug 2013 04:30:52 +0000 (16:30 +1200)
commit9219966d46c94ff436fc91782a1f656f0716e18f
tree81936970bed22e151f07f7d25728cba87afd270d
parent82d988cbd926fae9d49b54b18cd193b8a5ccf624
Bug 10088: FIX adding an order from a staged file.

Bug 9902 introduced an issue in the C4::Items::PrepareItemrecordDisplay
routine. The existence of $defaulvalue hashref should be tested before
getting to the branchcode key.

Test plan:
Before applying the patch, an error occurred when you try to create an
order from a staged file.
After applying the patch, the error does not appear anymore.

Signed-off-by: Mathieu Saby <mathieu.saby@univ-rennes2.fr>
Signed-off-by: Mason James <mtj@kohaaloha.com>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
(cherry picked from commit f2e44716f60578b9663862d7b2ba3b16f7067143)

Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
(cherry picked from commit a8ee942442d42e7ae4f42567eba22f33725188a5)

Conflicts:
C4/Items.pm
Signed-off-by: Chris Hall <followingthepath@gmail.com>
(cherry picked from commit 424a73e889edf5d8e90150ed504fa802953d8194)
C4/Items.pm