From: Jonathan Prykop Date: Wed, 11 Nov 2015 00:20:15 +0000 (-0600) Subject: RT#34960: Quotations [billpkgnum removal--missed a spot] X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=cad4a2b62c22989ab63de2b43e736edee0ea0bca;p=freeside.git RT#34960: Quotations [billpkgnum removal--missed a spot] --- diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index ecb8b4fb3..1c6e99383 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',