From 13d373e43a7fa9f2892c084b8b79c91782975aac Mon Sep 17 00:00:00 2001 From: tonnesen Date: Fri, 25 Oct 2002 22:30:18 +0000 Subject: [PATCH] Added three new systempreferences hints (dateformat, printcirculationslips, and printreserveslips). --- admin/systempreferences.pl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/admin/systempreferences.pl b/admin/systempreferences.pl index 40ba730ebb..3c93b2a8e9 100755 --- a/admin/systempreferences.pl +++ b/admin/systempreferences.pl @@ -201,9 +201,12 @@ printend print mkformnotable("$script_name",@inputs); print <Hints : -2 variables are useful in this table : +5 variables are useful in this table :
  • acquisitions, which value may be "simple" or "normal"
  • autoMemberNum which may be 1 or 0
  • +
  • dateformat which may be "US" for mm/dd/yy format, or "metric" for dd/mm/yy format. +
  • printcirculationslips which may be 1 or 0
  • +
  • printreserveslips which may be 1 or 0


  • printend ; -- 2.39.5