diff options
author | ivan <ivan> | 2008-06-05 19:29:01 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-06-05 19:29:01 +0000 |
commit | b340abd898f9f5285bfbb831f506742c79a89b55 (patch) | |
tree | 310da9831c9529663c67c2fa99338e76953655a9 /FS | |
parent | 92a2ad38a8415ba22cb18969b77819aa3d2980b4 (diff) |
unit pricing didn't exist before, so it can be NULL
Diffstat (limited to 'FS')
-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 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' => [], |