RT#34960: Quotations [billpkgnum removal--missed a spot]
[freeside.git] / FS / FS / Schema.pm
index 7880cc1..60c8e9a 100644 (file)
@@ -1979,7 +1979,7 @@ sub tables_hashref {
       ],
       'primary_key'  => 'detailnum',
       'unique'       => [],
-      'index'        => [ [ 'billpkgnum' ] ],
+      'index'        => [ [ 'quotationpkgnum' ] ],
       'foreign_keys' => [
                           { columns    => [ 'quotationpkgnum' ],
                             table      => 'quotation_pkg',