From f0646b6c1cb42591b59afc00d0ccf2102e7b92d5 Mon Sep 17 00:00:00 2001 From: tipaul Date: Thu, 17 Feb 2005 12:41:28 +0000 Subject: [PATCH] fixing bug in acquisition : the title was also stored as subtitle. --- acqui/addorder.pl | 3 --- 1 file changed, 3 deletions(-) diff --git a/acqui/addorder.pl b/acqui/addorder.pl index 896e669355..ef8cbee0fb 100755 --- a/acqui/addorder.pl +++ b/acqui/addorder.pl @@ -97,9 +97,6 @@ if ($quantity ne '0'){ isbn => $isbn?$isbn:"", publishercode => $publishercode?$publishercode:"", }); - if ($title) { - newsubtitle($bibnum,$title); - } # change suggestion status if applicable if ($suggestionid) { changestatus($suggestionid,'ORDERED'); -- 2.39.5