disable quotations, RT#20688, RT#22232
authorIvan Kohler <ivan@freeside.biz>
Sun, 18 Jan 2015 22:03:33 +0000 (14:03 -0800)
committerIvan Kohler <ivan@freeside.biz>
Sun, 18 Jan 2015 22:03:33 +0000 (14:03 -0800)
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' => {