diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-06-02 18:35:23 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-06-02 18:35:23 -0700 |
commit | e73969a3243b7d6edf5dd0b2dd8f941e638af19a (patch) | |
tree | 1995173f12be0149ff3aa2f74039ec5785e12391 /FS/FS | |
parent | 32dfc94685512fd871f290a00a8b2807befa994e (diff) |
add prepaid-never_renew flag, RT#26274
Diffstat (limited to 'FS/FS')
-rw-r--r-- | FS/FS/Conf.pm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 898bb7f97..7ede999e2 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -5708,6 +5708,13 @@ and customer address. Include units.', 'type' => 'checkbox', }, + { + 'key' => 'prepaid-never_renew', + 'section' => 'billing', + 'description' => 'Prepaid packages never renew.', + 'type' => 'checkbox', + }, + { key => "apacheroot", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" }, { key => "apachemachine", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" }, { key => "apachemachines", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" }, |