summaryrefslogtreecommitdiff
path: root/FS/FS/Schema.pm
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:22:47 -0600
commitcad4a2b62c22989ab63de2b43e736edee0ea0bca (patch)
tree63a9f044c1003a02fabf0c9fc3b9fd77ba9630b2 /FS/FS/Schema.pm
parentd1dd3d405951fc65a90051d2f45f489a57a1ffca (diff)
RT#34960: Quotations [billpkgnum removal--missed a spot]
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 ecb8b4f..1c6e993 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',