summaryrefslogtreecommitdiff
path: root/FS/FS/Conf.pm
diff options
context:
space:
mode:
Diffstat (limited to 'FS/FS/Conf.pm')
-rw-r--r--FS/FS/Conf.pm7
1 files changed, 7 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 7f3231367..5c0fdffa4 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -3345,6 +3345,13 @@ and customer address. Include units.',
},
{
+ 'key' => 'global_unique-svc_hardware',
+ 'section' => '',
+ 'description' => 'Turn on duplicate checking for svc_hardware services. Unique fields are IP address, hardware address, and serial number (per device type).',
+ 'type' => 'checkbox',
+ },
+
+ {
'key' => 'svc_external-skip_manual',
'section' => 'UI',
'description' => 'When provisioning svc_external services, skip manual entry of id and title fields in the UI. Usually used in conjunction with an export that populates these fields (i.e. artera_turbo).',