details:   /erp/devel/pi/rev/a707bb7eade4
changeset: 12357:a707bb7eade4
user:      Egoitz Castillo <egoitz.castillo <at> openbravo.com>
date:      Mon May 23 17:08:51 2011 +0200
summary:   Fixed Issue 17168. Error when clicking on reference link button

diffstat:

 src/org/openbravo/erpCommon/utility/UsedByLink.java |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 1f29e1efe092 -r a707bb7eade4 
src/org/openbravo/erpCommon/utility/UsedByLink.java
--- a/src/org/openbravo/erpCommon/utility/UsedByLink.java       Mon May 23 
16:54:43 2011 +0200
+++ b/src/org/openbravo/erpCommon/utility/UsedByLink.java       Mon May 23 
17:08:51 2011 +0200
@@ -342,7 +342,7 @@
         if (!data[i].referencedColumnId.equals(keyColumnId)) {
           try {
             keyValue = UsedByLinkData.selectKeyValue(this, 
UsedByLinkData.selectColumnName(this,
-                data[i].referencedColumnId), 
UsedByLinkData.selectTableName(this, tableId),
+                data[i].referencedColumnId), data[i].tablename,
                 data[i].columnname, keyId);
           } catch (Exception e) {
             // TODO: handle exception

------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to