[Koha-cvs] CVS: koha-html/intranet-html/includes/templates/default/catalogue moredetail.tmpl,1.1.4.2,1.1.4.3

Steve Tonnesen tonnesen at users.sourceforge.net
Mon Oct 21 19:45:03 CEST 2002


Update of /cvsroot/koha/koha-html/intranet-html/includes/templates/default/catalogue
In directory usw-pr-cvs1:/tmp/cvs-serv16742

Modified Files:
      Tag: rel-1-2
	moredetail.tmpl 
Log Message:
moredetail.tmpl was passing the biblionumber as the biblioitemnumber causing
moditem to show the wrong item information.


Index: moredetail.tmpl
===================================================================
RCS file: /cvsroot/koha/koha-html/intranet-html/includes/templates/default/catalogue/moredetail.tmpl,v
retrieving revision 1.1.4.2
retrieving revision 1.1.4.3
diff -C2 -r1.1.4.2 -r1.1.4.3
*** moredetail.tmpl	9 Sep 2002 20:06:48 -0000	1.1.4.2
--- moredetail.tmpl	21 Oct 2002 17:45:01 -0000	1.1.4.3
***************
*** 66,70 ****
  <TD width=220>
  <form action=/cgi-bin/koha/moditem.pl method=post>
! <input type=hidden name=bibitem value=<TMPL_VAR NAME="biblionumber">>
  <input type=hidden name=item value=<TMPL_VAR NAME="itemnumber">>
  <input type=hidden name=type value=<TMPL_VAR NAME="type">>
--- 66,70 ----
  <TD width=220>
  <form action=/cgi-bin/koha/moditem.pl method=post>
! <input type=hidden name=bibitem value=<TMPL_VAR NAME="biblioitemnumber">>
  <input type=hidden name=item value=<TMPL_VAR NAME="itemnumber">>
  <input type=hidden name=type value=<TMPL_VAR NAME="type">>





More information about the Koha-cvs mailing list