koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha C4Acquisition.pm koha-tmpl/intranet-tmpl/p...


From: Bruno Toumi
Subject: [Koha-cvs] koha C4Acquisition.pm koha-tmpl/intranet-tmpl/p...
Date: Thu, 22 Jun 2006 08:43:07 +0000

CVSROOT:        /sources/koha
Module name:    koha
Changes by:     Bruno Toumi <btoumi>    06/06/22 08:43:07

Modified files:
        C4             : Acquisition.pm 
        koha-tmpl/intranet-tmpl/prog/en/circ: selectbranchprinter.tmpl 

Log message:
        aquisition.pm : bug fix add variable decalaration
        selectbranchprinter.tmpl :bug fix call to wrong include file

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/C4/Acquisition.pm?cvsroot=koha&r1=1.33&r2=1.34
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/circ/selectbranchprinter.tmpl?cvsroot=koha&r1=1.2&r2=1.3

Patches:
Index: C4/Acquisition.pm
===================================================================
RCS file: /sources/koha/koha/C4/Acquisition.pm,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -b -r1.33 -r1.34
--- C4/Acquisition.pm   13 Jun 2006 08:45:04 -0000      1.33
+++ C4/Acquisition.pm   22 Jun 2006 08:43:07 -0000      1.34
@@ -29,7 +29,7 @@
 use vars qw($VERSION @ISA @EXPORT);
 
 # set the version for version checking
-$VERSION = do { my @v = '$Revision: 1.33 $' =~ /\d+/g; shift(@v) . "." . join( 
"_", map { sprintf "%03d", $_ } @v ); };
+$VERSION = do { my @v = '$Revision: 1.34 $' =~ /\d+/g; shift(@v) . "." . join( 
"_", map { sprintf "%03d", $_ } @v ); };
 
 # used in reciveorder subroutine
 # to provide library specific handling
@@ -220,6 +220,7 @@
       )
       = @_;
     my $sth;
+    my $dbh;
     if ( !$budget || $budget eq 'now' ) {
         $sth = $dbh->prepare(
             "INSERT INTO aqorders

Index: koha-tmpl/intranet-tmpl/prog/en/circ/selectbranchprinter.tmpl
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/circ/selectbranchprinter.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- koha-tmpl/intranet-tmpl/prog/en/circ/selectbranchprinter.tmpl       19 May 
2006 17:05:11 -0000      1.2
+++ koha-tmpl/intranet-tmpl/prog/en/circ/selectbranchprinter.tmpl       22 Jun 
2006 08:43:07 -0000      1.3
@@ -1,4 +1,4 @@
-<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Circulation: Select Your Home 
Branch<!-- TMPL_INCLUDE NAME="doc-head-circ-close.inc" -->
+<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Circulation: Select Your Home 
Branch<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
 <!-- TMPL_INCLUDE NAME="menus.inc" -->
 <!-- TMPL_INCLUDE NAME="menu-circ.inc" -->
 




reply via email to

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