From f2573b6d0f008c67a4f65c080b28ee39172dfa61 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Wed, 6 Oct 2010 06:49:13 -0400 Subject: [PATCH] Revert "Bug 5081 - let the ISBN be saved on new manual orders" Reverting in favor of a more comprehensive patch. This reverts commit 4bd749251893e680a166b7cf31cd6e0d24b443fc. --- acqui/addorder.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acqui/addorder.pl b/acqui/addorder.pl index 10a7ea929c..2ab5252bc6 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}: "", }); -- 2.20.1