input and output on data volume fields specified with k,m,g,or t
[freeside.git] / FS / FS / Conf.pm
index 374b583..8bff460 100644 (file)
@@ -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;