[Koha-patches] [PATCH 09/11] [MT3199] stocknumber not saved properly

Henri-Damien LAURENT henridamien.laurent at biblibre.com
Fri Mar 26 11:25:39 CET 2010


From: Paul Poulain <paul.poulain at biblibre.com>

if you have a marc field, mapped to items.stocknumber, it's not saved properly in items.stocknumber

Signed-off-by: Henri-Damien LAURENT <henridamien.laurent at biblibre.com>
---
 C4/Items.pm |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/C4/Items.pm b/C4/Items.pm
index 924c74c..1289af0 100644
--- a/C4/Items.pm
+++ b/C4/Items.pm
@@ -442,6 +442,7 @@ my %default_values_for_mod_from_marc = (
     replacementpricedate => undef, 
     restricted           => undef, 
     stack                => undef, 
+    stocknumber          => undef, 
     uri                  => undef, 
     wthdrawn             => 0,
 );
-- 
1.6.3.3




More information about the Koha-patches mailing list