koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/acqui.simple additem-nomarc.pl,1.3,1.4 saveitem.pl,


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/acqui.simple additem-nomarc.pl,1.3,1.4 saveitem.pl,1.10,1.11
Date: Fri, 19 Nov 2004 08:41:51 -0800

Update of /cvsroot/koha/koha/acqui.simple
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3680/acqui.simple

Modified Files:
        additem-nomarc.pl saveitem.pl 
Log Message:
improving behaviour when MARC=OFF

Index: additem-nomarc.pl
===================================================================
RCS file: /cvsroot/koha/koha/acqui.simple/additem-nomarc.pl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** additem-nomarc.pl   13 Aug 2004 16:37:25 -0000      1.3
--- additem-nomarc.pl   19 Nov 2004 16:41:49 -0000      1.4
***************
*** 21,24 ****
--- 21,27 ----
  
  # $Log$
+ # Revision 1.4  2004/11/19 16:41:49  tipaul
+ # improving behaviour when MARC=OFF
+ #
  # Revision 1.3  2004/08/13 16:37:25  tipaul
  # adding frameworkcode to API in some subs
***************
*** 31,35 ****
  use CGI;
  use strict;
! # use C4::Catalogue;
  use C4::Biblio;
  use C4::Output;
--- 34,38 ----
  use CGI;
  use strict;
! use C4::Acquisition;
  use C4::Biblio;
  use C4::Output;

Index: saveitem.pl
===================================================================
RCS file: /cvsroot/koha/koha/acqui.simple/saveitem.pl,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** saveitem.pl 13 Aug 2004 16:37:25 -0000      1.10
--- saveitem.pl 19 Nov 2004 16:41:49 -0000      1.11
***************
*** 55,59 ****
      pages             => $input->param('pages')?$input->param('pages'):"",
      size              => $input->param('size')?$input->param('size'):"",
!     notes             => $input->param('notes')?$input->param('notes'):""
  }; # my biblioitem
  my $newgroup = 0;
--- 55,59 ----
      pages             => $input->param('pages')?$input->param('pages'):"",
      size              => $input->param('size')?$input->param('size'):"",
!     notes             => 
$input->param('itemnotes')?$input->param('itemnotes'):""
  }; # my biblioitem
  my $newgroup = 0;




reply via email to

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