summaryrefslogtreecommitdiff
path: root/FS/FS/Schema.pm
diff options
context:
space:
mode:
authorjeff <jeff>2009-04-04 16:22:19 +0000
committerjeff <jeff>2009-04-04 16:22:19 +0000
commite6f3d047e87488badad86b71508b1f4d07c981f9 (patch)
tree8b5b2c7fca7b42458337f591b2369d2ed139d58d /FS/FS/Schema.pm
parenta9393a0c1e6f1c6a5dc319238ae5fefb092604fc (diff)
correct bad schema bug in cust_bill_pkg_detail
Diffstat (limited to 'FS/FS/Schema.pm')
-rw-r--r--FS/FS/Schema.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index 59abbda8a..e4076b13d 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -531,7 +531,7 @@ sub tables_hashref {
'invnum', 'int', 'NULL', '', '', '', # deprecated
'amount', @money_typen, '', '',
'format', 'char', 'NULL', 1, '', '',
- 'classnum', 'char', 'NULL', 1, '', '',
+ 'classnum', 'int', 'NULL', '', '', '',
'detail', 'varchar', '', 255, '', '',
],
'primary_key' => 'detailnum',