[Koha-cvs] CVS: koha bull-home.pl,1.2,1.2.2.1

Paul POULAIN tipaul at users.sourceforge.net
Tue Jan 11 16:36:10 CET 2005


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

Modified Files:
      Tag: rel_2_2
	bull-home.pl 
Log Message:
modifs to handdle correctly more than 1 subscription of the same biblio. Enter subscription detail in subscription notes (like "for branch XX" or "for 2nd floor"). The subscription details are all shown in OPAC.

you can now delete a subscription that is not yet active (= has only 1 issue in "waiting" state)



Index: bull-home.pl
===================================================================
RCS file: /cvsroot/koha/koha/bull-home.pl,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -C2 -r1.2 -r1.2.2.1
*** bull-home.pl	5 Aug 2004 16:37:07 -0000	1.2
--- bull-home.pl	11 Jan 2005 15:36:02 -0000	1.2.2.1
***************
*** 13,17 ****
  my $title = $query->param('title');
  my $ISSN = $query->param('ISSN');
! my @subscriptions = getsubscriptions($title,$ISSN);
  my ($template, $loggedinuser, $cookie)
  = get_template_and_user({template_name => "bull/bull-home.tmpl",
--- 13,18 ----
  my $title = $query->param('title');
  my $ISSN = $query->param('ISSN');
! my $biblionumber = $query->param('biblionumber');
! my @subscriptions = getsubscriptions($title,$ISSN,$biblionumber);
  my ($template, $loggedinuser, $cookie)
  = get_template_and_user({template_name => "bull/bull-home.tmpl",





More information about the Koha-cvs mailing list