summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorivan <ivan>2006-10-16 17:10:46 +0000
committerivan <ivan>2006-10-16 17:10:46 +0000
commit7c0ec6fb521584a93a93e456dbb923870f059308 (patch)
treefb49770735a952a790c1a0f6822517edcc0644dc /FS
parent2baa6eb779a7f344903a7bbec7a5efa57239b40b (diff)
add a conf checkbox to turn DOB on
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/Conf.pm6
1 files changed, 5 insertions, 1 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index fe5d5e1cd..706a42225 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -1827,7 +1827,11 @@ httemplate/docs/config.html
'type' => 'text',
},
-
+ {
+ 'key' => 'cust_main-enable_birthdate',
+ 'section' => 'UI',
+ 'descritpion' => 'Enable tracking of a birth date with each customer record',
+ 'type' => 'checkbox',
);
1;