[freeside-commits] branch master updated. af0040170fde2ec944a57d3f6c015c0d6bf08e16

Jonathan Prykop jonathan at 420.am
Tue Nov 10 16:20:28 PST 2015


The branch, master has been updated
       via  af0040170fde2ec944a57d3f6c015c0d6bf08e16 (commit)
      from  ec77024cf495ac9fb64c32d5b4035548246c9217 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit af0040170fde2ec944a57d3f6c015c0d6bf08e16
Author: Jonathan Prykop <jonathan at freeside.biz>
Date:   Tue Nov 10 18:20:15 2015 -0600

    RT#34960: Quotations [billpkgnum removal--missed a spot]

diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index 7880cc1..60c8e9a 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',

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/Schema.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list