RT#34960: Quotations [billpkgnum removal--missed a spot]
authorJonathan Prykop <jonathan@freeside.biz>
Wed, 11 Nov 2015 00:20:15 +0000 (18:20 -0600)
committerJonathan Prykop <jonathan@freeside.biz>
Wed, 11 Nov 2015 00:41:49 +0000 (18:41 -0600)
FS/FS/Schema.pm

index 8600217..d0b69ca 100644 (file)
@@ -1392,7 +1392,7 @@ sub tables_hashref {
       ],
       'primary_key'  => 'detailnum',
       'unique'       => [],
-      'index'        => [ [ 'billpkgnum' ] ],
+      'index'        => [ [ 'quotationpkgnum' ] ],
       'foreign_keys' => [
                           { columns    => [ 'quotationpkgnum' ],
                             table      => 'quotation_pkg',