disable quotations, RT#20688, RT#22232
[freeside.git] / FS / FS / Schema.pm
index fd69037..ee167b1 100644 (file)
@@ -1322,7 +1322,7 @@ sub tables_hashref {
       ],
       'primary_key' => 'quotationnum',
       'unique' => [],
-      'index' => [ [ 'prospectnum' ], ['custnum'], ],
+      'index' => [ [ 'prospectnum' ], ['custnum'], ['disabled'], ],
     },
 
     'quotation_pkg' => {