Bug 5081 - let the ISBN be saved on new manual orders
authorRobin Sheat <robin@catalyst.net.nz>
Thu, 16 Sep 2010 12:11:35 +0000 (08:11 -0400)
committerGalen Charlton <gmcharlt@gmail.com>
Wed, 6 Oct 2010 10:18:53 +0000 (06:18 -0400)
Signed-off-by: Ian Walls <ian.walls@bywatersolutions.com>
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
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}: "",
             });