details:   https://code.openbravo.com/erp/devel/pi/rev/e1cdf33211c8
changeset: 32278:e1cdf33211c8
user:      Carlos Aristu <carlos.aristu <at> openbravo.com>
date:      Thu Jun 08 13:50:16 2017 +0200
summary:   fixed bug 36205: Linked Items referencing Callout Class were not 
working

Update the SQL where clause of the Callout Class sub tab to avoid the 
unambiguous reference to the action column

diffstat:

 src-db/database/sourcedata/AD_TAB.xml |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 97ba8779cc16 -r e1cdf33211c8 src-db/database/sourcedata/AD_TAB.xml
--- a/src-db/database/sourcedata/AD_TAB.xml     Thu Jun 08 13:06:41 2017 +0200
+++ b/src-db/database/sourcedata/AD_TAB.xml     Thu Jun 08 13:50:16 2017 +0200
@@ -9991,7 +9991,7 @@
 <!--800177-->  <ISTRANSLATIONTAB><![CDATA[N]]></ISTRANSLATIONTAB>
 <!--800177-->  <ISREADONLY><![CDATA[N]]></ISREADONLY>
 <!--800177-->  <HASTREE><![CDATA[N]]></HASTREE>
-<!--800177-->  <WHERECLAUSE><![CDATA[Action='C']]></WHERECLAUSE>
+<!--800177-->  
<WHERECLAUSE><![CDATA[AD_Model_Object.Action='C']]></WHERECLAUSE>
 <!--800177-->  <PROCESSING><![CDATA[N]]></PROCESSING>
 <!--800177-->  <IMPORTFIELDS><![CDATA[N]]></IMPORTFIELDS>
 <!--800177-->  <ISSORTTAB><![CDATA[N]]></ISSORTTAB>

------------------------------------------------------------------------------
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
Openbravo-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to