diff options
-rw-r--r-- | FS/FS/Schema.pm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index fb02e6b79..c579c2bf8 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -6455,7 +6455,8 @@ sub tables_hashref { 'columns' => [ 'vendbillnum', 'serial', '', '', '', '', 'vendnum', 'int', '', '', '', '', - '_date', @date_type, '', '', + #'_date', @date_type, '', '', + '_date', 'int', '', '', '', '', 'charged', @money_type, '', '', ], 'primary_key' => 'vendbillnum', @@ -6472,7 +6473,8 @@ sub tables_hashref { 'columns' => [ 'vendpaynum', 'serial', '', '', '', '', 'vendnum', 'int', '', '', '', '', - '_date', @date_type, '', '', + #'_date', @date_type, '', '', + '_date', 'int', '', '', '', '', 'paid', @money_type, '', '', ], 'primary_key' => 'vendpaynum', |