From: miker Date: Thu, 31 Jul 2008 03:28:55 +0000 (+0000) Subject: add a text field for t/f for now. 1.4 will have the friendly interface for setting... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=5012e4889623426a0e2222e89ad40b2c80a4db35;p=Evergreen.git add a text field for t/f for now. 1.4 will have the friendly interface for setting this git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_2@10200 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/cgi-bin/circ-rules.cgi b/Open-ILS/src/cgi-bin/circ-rules.cgi index f676879468..765e9d8f39 100755 --- a/Open-ILS/src/cgi-bin/circ-rules.cgi +++ b/Open-ILS/src/cgi-bin/circ-rules.cgi @@ -98,9 +98,10 @@ my @age_display_order = ( qw/name age prox/ ); 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/ ); #-------------------------------------------------------------------------------