[open-ils-commits] r10200 - branches/rel_1_2/Open-ILS/src/cgi-bin

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Jul 30 23:29:03 EDT 2008


Author: miker
Date: 2008-07-30 23:28:55 -0400 (Wed, 30 Jul 2008)
New Revision: 10200

Modified:
   branches/rel_1_2/Open-ILS/src/cgi-bin/circ-rules.cgi
Log:
add a text field for t/f for now. 1.4 will have the friendly interface for setting this

Modified: branches/rel_1_2/Open-ILS/src/cgi-bin/circ-rules.cgi
===================================================================
--- branches/rel_1_2/Open-ILS/src/cgi-bin/circ-rules.cgi	2008-07-31 02:51:44 UTC (rev 10199)
+++ branches/rel_1_2/Open-ILS/src/cgi-bin/circ-rules.cgi	2008-07-31 03:28:55 UTC (rev 10200)
@@ -98,9 +98,10 @@
 my %max_fine_cols = (
 	name	=> "Name",
 	amount	=> "Amount",
+	is_percent	=> "Amount is percent of price (t/f)",
 );
 
-my @max_fine_display_order = ( qw/name amount/ );
+my @max_fine_display_order = ( qw/name amount is_percent/ );
 
 
 #-------------------------------------------------------------------------------



More information about the open-ils-commits mailing list