From: Ivan Kohler Date: Sun, 18 Jan 2015 22:03:33 +0000 (-0800) Subject: disable quotations, RT#20688, RT#22232 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=c05354f2a79636b6f60a7be4f5aeb19348838eec disable quotations, RT#20688, RT#22232 --- 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' => {