diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-01-18 14:03:33 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-01-18 14:03:33 -0800 |
commit | c05354f2a79636b6f60a7be4f5aeb19348838eec (patch) | |
tree | 54882d934cb46fc849fefa493601012b28d62297 | |
parent | be70eef1b245f372d22fee1800b81990f2842a77 (diff) |
disable quotations, RT#20688, RT#22232
-rw-r--r-- | FS/FS/Schema.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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' => { |