unit pricing didn't exist before, so it can be NULL
[freeside.git] / FS / FS / Schema.pm
index 5963312..ec046cb 100644 (file)
@@ -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' => [],