diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-04-05 19:49:04 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-04-05 19:49:04 -0700 |
commit | 72606ff237b4b05bea66ba306627bd464701d2e5 (patch) | |
tree | cf1f309d3c8c8be1a45ef0c0223513026c40f5c7 | |
parent | 581667942ed4683643f24d1a7bbbe499030f1ca4 (diff) |
more helpful message, hopefully, RT#39368
-rw-r--r-- | FS/FS/part_pkg/global_Mixin.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/part_pkg/global_Mixin.pm b/FS/FS/part_pkg/global_Mixin.pm index 1d2a6017a..9faddf08a 100644 --- a/FS/FS/part_pkg/global_Mixin.pm +++ b/FS/FS/part_pkg/global_Mixin.pm @@ -41,7 +41,7 @@ tie my %a2billing_simultaccess, 'Tie::IxHash', ( 'type' => 'checkbox', }, 'delay_cancel' => { - 'name' => 'Automatic suspension period before cancelling', + 'name' => 'Automatic suspension period before cancelling (configuration setting part_pkg-delay_cancel-days)', 'type' => 'checkbox', }, |