summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2015-11-10 18:20:15 -0600
committerJonathan Prykop <jonathan@freeside.biz>2015-11-10 18:20:15 -0600
commitaf0040170fde2ec944a57d3f6c015c0d6bf08e16 (patch)
treedef295aed32754cd53fd6b49e9e12cd0846358ad
parentec77024cf495ac9fb64c32d5b4035548246c9217 (diff)
RT#34960: Quotations [billpkgnum removal--missed a spot]
-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 7880cc10c..60c8e9ae7 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -1979,7 +1979,7 @@ sub tables_hashref {
],
'primary_key' => 'detailnum',
'unique' => [],
- 'index' => [ [ 'billpkgnum' ] ],
+ 'index' => [ [ 'quotationpkgnum' ] ],
'foreign_keys' => [
{ columns => [ 'quotationpkgnum' ],
table => 'quotation_pkg',