details:   https://code.openbravo.com/erp/devel/pi/rev/8d0fbb9abd2e
changeset: 33456:8d0fbb9abd2e
user:      Rafael Queralta Pozo <rqueralta <at> nauta.cu>
date:      Thu Jan 25 12:46:30 2018 -0500
summary:   Fixed issue 37633: Search a Business Partner by 'Phone' in 'Remote 
for Customer'
mode raises a JS error with a big amount of customers

- Added index into ad_user table

diffstat:

 src-db/database/model/tables/AD_USER.xml |  3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diffs (13 lines):

diff -r b8629f698c42 -r 8d0fbb9abd2e src-db/database/model/tables/AD_USER.xml
--- a/src-db/database/model/tables/AD_USER.xml  Thu Feb 15 16:36:55 2018 +0100
+++ b/src-db/database/model/tables/AD_USER.xml  Thu Jan 25 12:46:30 2018 -0500
@@ -215,6 +215,9 @@
       <index name="AD_USER_PARTNER" unique="false">
         <index-column name="C_BPARTNER_ID"/>
       </index>
+      <index name="AD_USER_PHONE_IDX" unique="false">
+        <index-column name="PHONE"/>
+      </index>
       <unique name="AD_USER_UN_USERNAME">
         <unique-column name="USERNAME"/>
       </unique>

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to