diff options
-rw-r--r-- | FS/FS/Conf.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 706a42225..c592bac6b 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1832,6 +1832,8 @@ httemplate/docs/config.html 'section' => 'UI', 'descritpion' => 'Enable tracking of a birth date with each customer record', 'type' => 'checkbox', + }, + ); 1; |