X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FSchema.pm;h=ee167b19f07f600e87690773a4184e56d1212d18;hp=fd69037a51f52d4fabbcccdfc06ada10cd0d2821;hb=c05354f2a79636b6f60a7be4f5aeb19348838eec;hpb=be70eef1b245f372d22fee1800b81990f2842a77 diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index fd69037a5..ee167b19f 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -1322,7 +1322,7 @@ sub tables_hashref { ], 'primary_key' => 'quotationnum', 'unique' => [], - 'index' => [ [ 'prospectnum' ], ['custnum'], ], + 'index' => [ [ 'prospectnum' ], ['custnum'], ['disabled'], ], }, 'quotation_pkg' => {