From: ivan Date: Thu, 5 Jun 2008 19:29:03 +0000 (+0000) Subject: unit pricing didn't exist before, so it can be NULL X-Git-Tag: freeside_1_7_4rc1~305 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=292f15ceda4a9292532192b58069a32d68eced82;p=freeside.git unit pricing didn't exist before, so it can be NULL --- 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' => [],