X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=6bfe047b9ea6baa76260551620a8a18bf5df6e6a;hp=f4f7d2602c329bb8555c6263ceebbd78375df3df;hb=389b6f1116c3309c2ee57a6c295ed1a793503095;hpb=49d9ea969069430ef3fe23e5b1ac3599e929bb04 diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index f4f7d2602..6bfe047b9 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -774,6 +774,7 @@ my $validate_email = sub { $_[0] =~ 'section' => 'credit_cards', 'description' => 'Add a credit card surcharge to invoices, as a % of the invoice total. WARNING: Although recently permitted to US merchants in general, specific consumer protection laws may prohibit or restrict this practice in California, Colorado, Connecticut, Florda, Kansas, Maine, Massachusetts, New York, Oklahome, and Texas. Surcharging is also generally prohibited in most countries outside the US, AU and UK. When allowed, typically not permitted to be above 4%.', 'type' => 'text', + 'per_agent' => 1, }, { @@ -5419,11 +5420,7 @@ and customer address. Include units.', 'section' => 'customer_fields', 'description' => 'Use customer note classes', 'type' => 'select', - 'select_hash' => [ - 0 => 'Disabled', - 1 => 'Enabled', - 2 => 'Enabled, with tabs', - ], + 'select_enum' => [ '', 'Enabled', 'Required' ], }, {