X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=0a9b781d78927d5e528a59d67765a236ddb260e6;hp=3c445200ccf4c3158dc3658e1c138a45631f60ca;hb=d3c4fed49558ea5a99d379bf7e1cbefc8049d2d0;hpb=178a4a3b111cb1cae3b44b2de4a86c8491096bfa diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 3c445200c..0a9b781d7 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -866,6 +866,13 @@ sub reason_type_options { }, { + 'key' => 'anniversary-rollback', + 'section' => 'billing', + 'description' => 'When billing an anniversary package ordered after the 28th, roll the anniversary date back to the 28th instead of forward into the following month.', + 'type' => 'checkbox', + }, + + { 'key' => 'encryption', 'section' => 'billing', 'description' => 'Enable encryption of credit cards and echeck numbers',