diff options
author | ivan <ivan> | 2008-06-05 19:29:03 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-06-05 19:29:03 +0000 |
commit | 292f15ceda4a9292532192b58069a32d68eced82 (patch) | |
tree | 49c921c999c1e8361155494ff03c1577c127926a | |
parent | d003283a317aa6a7981208f47706bf3a610ecc81 (diff) |
unit pricing didn't exist before, so it can be NULL
-rw-r--r-- | FS/FS/Schema.pm | 4 |
1 files 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' => [], |