From b340abd898f9f5285bfbb831f506742c79a89b55 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 5 Jun 2008 19:29:01 +0000 Subject: [PATCH] unit pricing didn't exist before, so it can be NULL --- FS/FS/Schema.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index 5963312ae..ec046cb38 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -497,8 +497,8 @@ sub tables_hashref { 'edate', @date_type, '', '', 'itemdesc', 'varchar', 'NULL', $char_d, '', '', 'quantity', 'int', 'NULL', '', '', '', - 'unitsetup', @money_type, '', '', - 'unitrecur', @money_type, '', '', + 'unitsetup', @money_typen, '', '', + 'unitrecur', @money_typen, '', '', ], 'primary_key' => 'billpkgnum', 'unique' => [], -- 2.11.0