[Koha-patches] [PATCH] [SIGNED-OFF]Bug 5081 - let the ISBN be saved on new manual orders

Ian Walls ian.walls at bywatersolutions.com
Thu Sep 16 14:11:35 CEST 2010


From: Robin Sheat <robin at catalyst.net.nz>


Signed-off-by: Ian Walls <ian.walls at bywatersolutions.com>
---
 acqui/addorder.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/acqui/addorder.pl b/acqui/addorder.pl
index 2ab5252..10a7ea9 100755
--- a/acqui/addorder.pl
+++ b/acqui/addorder.pl
@@ -196,7 +196,7 @@ if ( $orderinfo->{quantity} ne '0' ) {
                 "biblio.title"                => "$$orderinfo{title}",
                 "biblio.author"               => "$$orderinfo{author}",
                 "biblio.seriestitle"          => $$orderinfo{series}          ? $$orderinfo{series}        : "",
-                "biblioitems.isbn"            => $$orderinfo{isbn}            ? $$orderinfo{isbn}          : "",
+                "biblioitems.isbn"            => $$orderinfo{ISBN}            ? $$orderinfo{ISBN}          : "",
                 "biblioitems.publishercode"   => $$orderinfo{publishercode}   ? $$orderinfo{publishercode} : "",
                 "biblioitems.publicationyear" => $$orderinfo{publicationyear} ? $$orderinfo{publicationyear}: "",
             });
-- 
1.5.6.5



More information about the Koha-patches mailing list