[Koha-cvs] koha/acqui.simple savebiblio.pl [rel_2_2]

Waylon Robertson wrobertson1981 at yahoo.co.nz
Sun Jan 28 00:29:11 CET 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_2_2
Changes by:	Waylon Robertson <genji>	07/01/27 23:29:09

Modified files:
	acqui.simple   : savebiblio.pl 

Log message:
	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=rel_2_2&r1=1.12&r2=1.12.2.1

Patches:
Index: savebiblio.pl
===================================================================
RCS file: /sources/koha/koha/acqui.simple/Attic/savebiblio.pl,v
retrieving revision 1.12
retrieving revision 1.12.2.1
diff -u -b -r1.12 -r1.12.2.1
--- savebiblio.pl	8 Dec 2004 10:42:45 -0000	1.12
+++ savebiblio.pl	27 Jan 2007 23:29:09 -0000	1.12.2.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