X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=47eccf837d71b06d991048949487c4afb0fb3938;hb=b3cc20aeca25e4351c6ec3b795a951e6124f6376;hp=72b449c0353fb3d58cd3e75549359391e009e2b0;hpb=e29d9d153375962cb431186355be0c3ad6b1bb21;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 72b449c03..47eccf837 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1967,10 +1967,13 @@ and customer address. Include units.', }, { - 'key' => 'unsuspendauto', + 'key' => 'unsuspend_balance', 'section' => 'billing', - 'description' => 'Enables the automatic unsuspension of suspended packages when a customer\'s balance due changes from positive to zero or negative as the result of a payment or credit', - 'type' => 'checkbox', + 'description' => 'Enables the automatic unsuspension of suspended packages when a customer\'s balance due is at or below the specified amount after a payment or credit', + 'type' => 'select', + 'select_enum' => [ + '', 'Zero', 'Latest invoice charges' + ], }, {