Bug 5081 - let the ISBN be saved on new manual orders
[koha_gimpoz] / acqui / addorder.pl
index 2ab5252..10a7ea9 100755 (executable)
@@ -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}: "",
             });