From: Bill Erickson Date: Tue, 2 Aug 2011 17:04:25 +0000 (-0400) Subject: Repaired seed data T-pac merge conflict X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=00a8204a3d5ce25dc1c68766f885a9eface9cf06;p=evergreen%2Fpines.git Repaired seed data T-pac merge conflict Signed-off-by: Bill Erickson --- 00a8204a3d5ce25dc1c68766f885a9eface9cf06 diff --cc Open-ILS/src/sql/Pg/950.data.seed-values.sql index 366b457cc8,e4e7607fd9..67fdaab136 --- a/Open-ILS/src/sql/Pg/950.data.seed-values.sql +++ b/Open-ILS/src/sql/Pg/950.data.seed-values.sql @@@ -2751,13 -2762,25 +2762,31 @@@ INSERT into config.org_unit_setting_typ ( 'org.patron_opt_default', oils_i18n_gettext( 'org.patron_opt_default', 'Circ: Patron Opt-In Default', 'coust', 'label'), oils_i18n_gettext( 'org.patron_opt_default', 'This is the default depth at which a patron is opted in; it is calculated as an org unit relative to the current workstation.', 'coust', 'label'), - 'integer') -,( + 'integer'), + +( 'opac.payment_history_age_limit', + oils_i18n_gettext( 'opac.payment_history_age_limit', 'OPAC: Payment History Age Limit', 'coust', 'label'), + oils_i18n_gettext( 'opac.payment_history_age_limit', 'The OPAC should not display payments by patrons that are older than any interval defined here.', 'coust', 'label'), - 'interval') ++ 'interval'), + ++( + 'ui.circ.billing.uncheck_bills_and_unfocus_payment_box', + oils_i18n_gettext( + 'ui.circ.billing.uncheck_bills_and_unfocus_payment_box', + 'GUI: Uncheck bills by default in the patron billing interface', + 'coust', + 'label' + ), + oils_i18n_gettext( + 'ui.circ.billing.uncheck_bills_and_unfocus_payment_box', + 'Uncheck bills by default in the patron billing interface,' + || ' and focus on the Uncheck All button instead of the' + || ' Payment Received field.', + 'coust', + 'description' + ), + 'bool' + ) ; UPDATE config.org_unit_setting_type