From 4bd749251893e680a166b7cf31cd6e0d24b443fc Mon Sep 17 00:00:00 2001 From: Robin Sheat Date: Thu, 16 Sep 2010 08:11:35 -0400 Subject: [PATCH] Bug 5081 - let the ISBN be saved on new manual orders Signed-off-by: Ian Walls Signed-off-by: Galen Charlton --- acqui/addorder.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acqui/addorder.pl b/acqui/addorder.pl index 2ab5252bc6..10a7ea929c 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.39.2