[Koha-cvs] koha/acqui.simple savebiblio.pl [R_2-2-7-1]

Antoine Farnault antoine at koha-fr.org
Mon Feb 12 11:19:48 CET 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		R_2-2-7-1
Changes by:	Antoine Farnault <toins>	07/02/12 10:19:48

Modified files:
	acqui.simple   : savebiblio.pl 

Log message:
	Commiting BUG FIX for 2.2.7.1.
	
	(modsubject moved so MARC would get recomplied, if it was a marc=0 library. Ensures that additional authors get saved into MARC.)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/acqui.simple/savebiblio.pl?cvsroot=koha&only_with_tag=R_2-2-7-1&r1=1.12&r2=1.12.8.1

Patches:
Index: savebiblio.pl
===================================================================
RCS file: /sources/koha/koha/acqui.simple/Attic/savebiblio.pl,v
retrieving revision 1.12
retrieving revision 1.12.8.1
diff -u -b -r1.12 -r1.12.8.1
--- savebiblio.pl	8 Dec 2004 10:42:45 -0000	1.12
+++ savebiblio.pl	12 Feb 2007 10:19:47 -0000	1.12.8.1
@@ -51,7 +51,7 @@
 else {
     $biblionumber = &newbiblio($biblio);
     &newsubtitle( $biblionumber, $biblio->{'subtitle'} );
-    my $error = modsubject( $biblionumber, 1, @subjects );
     modaddauthor( $biblionumber, @authors );
+    my $error = modsubject( $biblionumber, 1, @subjects );
     print $input->redirect("additem-nomarc.pl?biblionumber=$biblionumber");
 }    # else





More information about the Koha-cvs mailing list