From a0d3f49b5c81e5dfd248000151f9ec5afd88f184 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Fri, 10 Aug 2012 13:54:29 -0700 Subject: add national id # handling for my, RT#18543 --- FS/FS/Conf.pm | 8 ++++++++ FS/FS/Schema.pm | 1 + 2 files changed, 9 insertions(+) (limited to 'FS') diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 6efefcee9..e441a7439 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1923,6 +1923,14 @@ and customer address. Include units.', 'type' => 'checkbox', }, + { + 'key' => 'national_id-country', + 'section' => 'UI', + 'description' => 'Track a national identification number, for specific countries.', + 'type' => 'select', + 'select_enum' => [ '', 'MY' ], + }, + { 'key' => 'show_bankstate', 'section' => 'UI', diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index 2f6046287..09a87f949 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -844,6 +844,7 @@ sub tables_hashref { 'ss', 'varchar', 'NULL', 11, '', '', 'stateid', 'varchar', 'NULL', $char_d, '', '', 'stateid_state', 'varchar', 'NULL', $char_d, '', '', + 'national_id', 'varchar', 'NULL', $char_d, '', '', 'birthdate' ,@date_type, '', '', 'spouse_birthdate' ,@date_type, '', '', 'anniversary_date' ,@date_type, '', '', -- cgit v1.2.1