[Koha-devel] CVS: koha moredetail.pl,1.2,1.3 modbibitem.pl,1.1.1.1,1.2

Chris Cormack rangi at users.sourceforge.net
Mon Sep 10 16:38:02 CEST 2001


Update of /cvsroot/koha/koha
In directory usw-pr-cvs1:/tmp/cvs-serv3802

Modified Files:
	moredetail.pl modbibitem.pl 
Log Message:
Fixing a glitch that was showing the biblio notes field where the
biblioitems notes should have been displaying



Index: moredetail.pl
===================================================================
RCS file: /cvsroot/koha/koha/moredetail.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** moredetail.pl	2001/03/15 10:17:33	1.2
--- moredetail.pl	2001/09/10 23:37:09	1.3
***************
*** 35,39 ****
  
  my (@items)=itemissues($bi);
! my ($order)=getorder($bi,$bib);
  #print @items;
  my $count=@items;
--- 35,39 ----
  
  my (@items)=itemissues($bi);
! my ($order,$ordernum)=getorder($bi,$bib);
  #print @items;
  my $count=@items;
***************
*** 89,94 ****
  <b>Illus:</b> $data->{'illus'}<br>
  <b>Size:</b> $data->{'size'}<br>
! <b>Notes:</b> $data->{'notes'}<br>
  <b>No. of Items:</b> $count
  printend
  ;
--- 89,95 ----
  <b>Illus:</b> $data->{'illus'}<br>
  <b>Size:</b> $data->{'size'}<br>
! <b>Notes:</b> $data->{'bnotes'}<br>
  <b>No. of Items:</b> $count
+ 
  printend
  ;
***************
*** 98,101 ****
--- 99,103 ----
  }
  print <<printend
+ 
  </font>
  </TD>
***************
*** 118,121 ****
--- 120,124 ----
  <input type=hidden name=bibitem value=$bi>
  <input type=hidden name=item value=$items[$i]->{'itemnumber'}>
+ <input type=hidden name=type value=$type>
  <INPUT TYPE="image" name="submit"  VALUE="modify" height=42  WIDTH=93 BORDER=0 src="/images/modify-mem.gif"> 
  <INPUT TYPE="image" name="delete"  VALUE="delete" height=42  WIDTH=93 BORDER=0 src="/images/delete-mem.gif"> 
***************
*** 154,161 ****
  <b>Replacement Price:</b> $items[$i]->{'replacementprice'}<br>
  <b>Item lost:</b> $items[$i]->{'itemlost'}<br>
! <b>paid by:</b><br>
  <b>Notes:</b> $items[$i]->{'itemnotes'}<br>
  <b>Renewals:</b> $items[$i]->{'renewals'}<br>
! <b><a href=/cgi-bin/koha/acqui/acquire.pl?recieve=$order->{'ordernumber'}&biblio=$bib&invoice=$order->{'booksellerinvoicenumber'}&catview=yes>Accession</a> Date: $items[$i]->{'dateaccessioned'}<br>
  printend
  ;
--- 157,164 ----
  <b>Replacement Price:</b> $items[$i]->{'replacementprice'}<br>
  <b>Item lost:</b> $items[$i]->{'itemlost'}<br>
! <b>Paid for:</b> $items[$i]->{'paidfor'}<br>
  <b>Notes:</b> $items[$i]->{'itemnotes'}<br>
  <b>Renewals:</b> $items[$i]->{'renewals'}<br>
! <b><a href=/cgi-bin/koha/acqui/acquire.pl?recieve=$ordernum&biblio=$bib&invoice=$order->{'booksellerinvoicenumber'}&catview=yes>Accession</a> Date: $items[$i]->{'dateaccessioned'}<br>
  printend
  ;

Index: modbibitem.pl
===================================================================
RCS file: /cvsroot/koha/koha/modbibitem.pl,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** modbibitem.pl	2000/12/19 23:45:52	1.1.1.1
--- modbibitem.pl	2001/09/10 23:37:09	1.2
***************
*** 113,117 ****
  <td><input type=text name=Volume value="$data->{'volumeddesc'}" size=20></td></tr>
  <tr valign=top bgcolor=white><td>Notes</td>
! <td><input type=text name=Notes value="$data->{'notes'}" size=20></td></tr>
  <tr valign=top bgcolor=white><td>Size</td>
  <td><input type=text name=Size value="$data->{'size'}" size=20></td></tr>
--- 113,117 ----
  <td><input type=text name=Volume value="$data->{'volumeddesc'}" size=20></td></tr>
  <tr valign=top bgcolor=white><td>Notes</td>
! <td><input type=text name=Notes value="$data->{'bnotes'}" size=20></td></tr>
  <tr valign=top bgcolor=white><td>Size</td>
  <td><input type=text name=Size value="$data->{'size'}" size=20></td></tr>





More information about the Koha-devel mailing list