From 0000bd1322932cf4d6035391ed41f12d62441b02 Mon Sep 17 00:00:00 2001 From: Jonathan Prykop Date: Tue, 10 Nov 2015 18:20:15 -0600 Subject: [PATCH] RT#34960: Quotations [billpkgnum removal--missed a spot] --- FS/FS/Schema.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- 2.11.0