[Koha-cvs] CVS: koha/admin systempreferences.pl,1.1.2.3,1.1.2.4

Steve Tonnesen tonnesen at users.sourceforge.net
Sat Oct 26 00:30:21 CEST 2002


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

Modified Files:
      Tag: rel-1-2
	systempreferences.pl 
Log Message:
Added three new systempreferences hints (dateformat, printcirculationslips, and
printreserveslips).


Index: systempreferences.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/systempreferences.pl,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -C2 -r1.1.2.3 -r1.1.2.4
*** systempreferences.pl	20 Aug 2002 09:32:58 -0000	1.1.2.3
--- systempreferences.pl	25 Oct 2002 22:30:18 -0000	1.1.2.4
***************
*** 202,208 ****
  	print <<printend
  <b>Hints :</b>
! 2 variables are useful in this table :
  <li><i>acquisitions</i>, which value may be "simple" or "normal"</li>
  <li><i>autoMemberNum</i> which may be 1 or 0</li>
  <br><br>
  printend
--- 202,211 ----
  	print <<printend
  <b>Hints :</b>
! 5 variables are useful in this table :
  <li><i>acquisitions</i>, which value may be "simple" or "normal"</li>
  <li><i>autoMemberNum</i> which may be 1 or 0</li>
+ <li><i>dateformat</i> which may be "US" for mm/dd/yy format, or "metric" for dd/mm/yy format.
+ <li><i>printcirculationslips</i> which may be 1 or 0</li> 
+ <li><i>printreserveslips</i> which may be 1 or 0</li> 
  <br><br>
  printend





More information about the Koha-cvs mailing list