diff options
Diffstat (limited to 'FS/FS/Conf.pm')
-rw-r--r-- | FS/FS/Conf.pm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index b125b6253..be4c74413 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1873,6 +1873,12 @@ worry that config_items is freeside-specific and icky. ], }, + { + 'key' => 'manual_process-skip_first', + 'section' => 'billing', + 'description' => "When using manual_process-pkgpart, omit the fee if it is the customer's first payment.", + 'type' => 'checkbox', + }, { 'key' => 'allow_negative_charges', |