hide agent.invoice_template edit by default, with a config to turn back on, RT#5218
[freeside.git] / FS / FS / Conf.pm
index d3bd817..ebfad2c 100644 (file)
@@ -2774,6 +2774,13 @@ worry that config_items is freeside-specific and icky.
     'type'        => 'checkbox',
   },
 
+  {
+    'key'         => 'agent-invoice_template',
+    'section'     => 'billing',
+    'description' => 'Enable display/edit of old-style per-agent invoice template selection',
+    'type'        => 'checkbox',
+  },
+
 );
 
 1;