From 292f15ceda4a9292532192b58069a32d68eced82 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 5 Jun 2008 19:29:03 +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 3df62f7e5..07e67cb24 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -415,8 +415,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.20.1