X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=c335c0140a0b70e07158b3b3e693de4a25203985;hb=4396080ed2829ae0595f1fd777f39d090c9bcd7c;hp=40fbaf6c504b2f4e4e3cc5700c6762c4a5886dd8;hpb=50f5d60aef5ee82be33c978db6424372bfd7995b;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 40fbaf6c5..c335c0140 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -3009,6 +3009,13 @@ worry that config_items is freeside-specific and icky. 'type' => 'checkbox', }, + { + 'key' => 'pkg-balances', + 'section' => 'billing', + 'description' => 'Enable experimental package balances. Not recommended for general use.', + 'type' => 'checkbox', + }, + { key => "apacheroot", section => "deprecated", description => "DEPRECATED", type => "text" }, { key => "apachemachine", section => "deprecated", description => "DEPRECATED", type => "text" }, { key => "apachemachines", section => "deprecated", description => "DEPRECATED", type => "text" },