From dad1e2689ba5ff448bf1bbc9a586023137864d12 Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 6 Jun 2010 05:58:16 +0000 Subject: add disable_settings_changes conf for the demo --- FS/FS/Conf.pm | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'FS') diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index a1ee23c19..472320dba 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -716,6 +716,13 @@ worry that config_items is freeside-specific and icky. 'type' => 'checkbox', }, + { + 'key' => 'business-onlinepayment-test_transaction', + 'section' => 'billing', + 'description' => 'Turns on the Business::OnlinePayment test_transaction flag. Note that not all gateway modules support this flag; if yours does not, transactions will still be sent live.', + 'type' => 'checkbox', + }, + { 'key' => 'countrydefault', 'section' => 'UI', @@ -3007,6 +3014,13 @@ worry that config_items is freeside-specific and icky. 'type' => 'checkbox', }, + { + 'key' => 'disable_settings_changes', + 'section' => '', + 'description' => 'Disable all settings changes, for demos, except for the usernames given in the comma-separated list.', + 'type' => [qw( checkbox text )], + }, + { 'key' => 'cust_main-edit_agent_custid', 'section' => 'UI', -- cgit v1.2.1