summaryrefslogtreecommitdiff
path: root/FS/FS/Schema.pm
diff options
context:
space:
mode:
authorjeff <jeff>2008-08-25 05:53:14 +0000
committerjeff <jeff>2008-08-25 05:53:14 +0000
commit4783789db90ba00a0e57077464c689bd082ffb0f (patch)
tree6d975ba0bbbd6a66016c254b1dbc25e9f218b887 /FS/FS/Schema.pm
parent9698815f033fb517adb399dd437e6abc867a8528 (diff)
correct fallout from duplicate line items
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 530f632eb..3bcd078ab 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -500,7 +500,7 @@ sub tables_hashref {
'quantity', 'int', 'NULL', '', '', '',
'unitsetup', @money_typen, '', '',
'unitrecur', @money_typen, '', '',
- 'duplicate', 'char', 'NULL', 1, '', '', # does this need to be in db?
+ 'duplicate', 'char', 'NULL', 1, '', '',
'post_total', 'char', 'NULL', 1, '', '',
],
'primary_key' => 'billpkgnum',