[freeside-commits] branch FREESIDE_3_BRANCH updated. c05354f2a79636b6f60a7be4f5aeb19348838eec
Ivan
ivan at 420.am
Sun Jan 18 14:03:38 PST 2015
The branch, FREESIDE_3_BRANCH has been updated
via c05354f2a79636b6f60a7be4f5aeb19348838eec (commit)
from be70eef1b245f372d22fee1800b81990f2842a77 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit c05354f2a79636b6f60a7be4f5aeb19348838eec
Author: Ivan Kohler <ivan at freeside.biz>
Date: Sun Jan 18 14:03:33 2015 -0800
disable quotations, RT#20688, RT#22232
diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index fd69037..ee167b1 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' => {
-----------------------------------------------------------------------
Summary of changes:
FS/FS/Schema.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list