From 0c2679eee18b3b073bc91657fcf85c5dd2e5efc0 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 5 Oct 2009 02:16:46 +0000 Subject: add manual_process-display config to subtract fee from amount instead of adding, RT#5889 --- FS/FS/Conf.pm | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'FS') diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 1353df898..b125b6253 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1862,6 +1862,18 @@ worry that config_items is freeside-specific and icky. 'type' => 'select-part_pkg', }, + { + 'key' => 'manual_process-display', + 'section' => 'billing', + 'description' => 'When using manual_process-pkgpart, add the fee to the amount entered (default), or subtract the fee from the amount entered.', + 'type' => 'select', + 'select_hash' => [ + 'add' => 'Add fee to amount entered', + 'subtract' => 'Subtract fee from amount entered', + ], + }, + + { 'key' => 'allow_negative_charges', 'section' => 'billing', -- cgit v1.2.1