X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=157fbb6bedf259867e3cfb72fc9e54302a88d59e;hp=b36f5f58599553a62c17ede1da35a4e7e334283a;hb=959a59186f30a33d167b12e67d3c9cc4ce58a0f5;hpb=ad94da6a8b46ba0cb915a69307810c8a5bcf6749 diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index b36f5f585..157fbb6be 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2837,6 +2837,14 @@ and customer address. Include units.', }, { + 'key' => 'processing-fee', + 'section' => 'billing', + 'description' => 'Fee for back end payment processing.', + 'type' => 'text', + 'per_agent' => 1, + }, + + { 'key' => 'payby-default', 'section' => 'UI', 'description' => 'Default payment type. HIDE disables display of billing information and sets customers to BILL.',