diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2015-11-10 18:20:15 -0600 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2015-11-10 18:41:49 -0600 |
commit | 0000bd1322932cf4d6035391ed41f12d62441b02 (patch) | |
tree | 78e8153f6e2e172e2c0c4eeeac965d747f777a2b | |
parent | be4e0c51a534945f6782d2b9c48a2b1e88292642 (diff) |
RT#34960: Quotations [billpkgnum removal--missed a spot]
-rw-r--r-- | FS/FS/Schema.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index 860021799..d0b69ca1a 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -1392,7 +1392,7 @@ sub tables_hashref { ], 'primary_key' => 'detailnum', 'unique' => [], - 'index' => [ [ 'billpkgnum' ] ], + 'index' => [ [ 'quotationpkgnum' ] ], 'foreign_keys' => [ { columns => [ 'quotationpkgnum' ], table => 'quotation_pkg', |