X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=cf4c4390872cd6518b9bc0aae617b0bb08675862;hb=16401012b02d1cb1bd16296f8437041dd9363996;hp=279a1705801373d6de47a8ee3059f626a32e5168;hpb=6091686905d1457950805c075c41580d6ac70288;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 279a17058..cf4c43908 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2765,6 +2765,13 @@ worry that config_items is freeside-specific and icky. 'type' => 'text', }, + { + 'key' => 'cancelled_cust-noevents', + 'section' => 'billing', + 'description' => "Don't run events for cancelled customers", + 'type' => 'checkbox', + }, + ); 1;