koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] koha/acqui.simple addbiblio.pl [dev_week]


From: Joshua Ferraro
Subject: [Koha-cvs] koha/acqui.simple addbiblio.pl [dev_week]
Date: Mon, 09 Oct 2006 15:15:19 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         dev_week
Changes by:     Joshua Ferraro <kados>  06/10/09 15:15:19

Modified files:
        acqui.simple   : addbiblio.pl 

Log message:
        make sure frameworks are updated on AddItem (THIS SHOULD BE FIXED IN 
rel_2_2
        AS WELL)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/acqui.simple/addbiblio.pl?cvsroot=koha&only_with_tag=dev_week&r1=1.52.2.40.2.12&r2=1.52.2.40.2.13

Patches:
Index: addbiblio.pl
===================================================================
RCS file: /sources/koha/koha/acqui.simple/Attic/addbiblio.pl,v
retrieving revision 1.52.2.40.2.12
retrieving revision 1.52.2.40.2.13
diff -u -b -r1.52.2.40.2.12 -r1.52.2.40.2.13
--- addbiblio.pl        7 Oct 2006 19:51:45 -0000       1.52.2.40.2.12
+++ addbiblio.pl        9 Oct 2006 15:15:19 -0000       1.52.2.40.2.13
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# $Id: addbiblio.pl,v 1.52.2.40.2.12 2006/10/07 19:51:45 kados Exp $
+# $Id: addbiblio.pl,v 1.52.2.40.2.13 2006/10/09 15:15:19 kados Exp $
 
 # Copyright 2000-2002 Katipo Communications
 #
@@ -542,6 +542,7 @@
                } 
                else {
                        ($biblionumber,$oldbibnum,$oldbibitemnum) = 
AddBiblio($dbh,$record,$frameworkcode);
+                       ModBiblioframework($dbh,$biblionumber,$frameworkcode);
                }
        # now, redirect to additem page
                print 
$input->redirect("additem.pl?bibid=$biblionumber&frameworkcode=$frameworkcode");




reply via email to

[Prev in Thread] Current Thread [Next in Thread]