X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=FS%2FFS%2FConf.pm;h=8bff460fe59d522f1800a5e0074a0e7e402c0a08;hb=0dd05e9ff98263d2d42b419b1e278a5a3bc594b2;hp=374b583415c35690bc5cf2267e18b4cf736ccef5;hpb=b611f02e479f4a7f9840f59f773d282b1c13b62f;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 374b58341..8bff460fe 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1755,6 +1755,20 @@ httemplate/docs/config.html 'type' => 'checkbox', }, + { + 'key' => 'datavolume-forcemegabytes', + 'section' => 'UI', + 'description' => 'All data volumes are expressed in megabytes', + 'type' => 'checkbox', + }, + + { + 'key' => 'datavolume-significantdigits', + 'section' => 'UI', + 'description' => 'number of significant digits to use to represent data volumes', + 'type' => 'text', + }, + ); 1;