From: Paul Poulain <[email protected]>

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

Signed-off-by: Henri-Damien LAURENT <[email protected]>
---
 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

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches

Reply via email to