details: /erp/stable/2.50/rev/69b7910aeafc
changeset: 9423:69b7910aeafc
user: Egoitz Castillo <egoitz.castillo <at> openbravo.com>
date: Mon May 16 09:38:42 2011 +0200
summary: Fixed Issue 17169. 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 c4c88d99ee94 -r 69b7910aeafc
src/org/openbravo/erpCommon/utility/UsedByLink.java
--- a/src/org/openbravo/erpCommon/utility/UsedByLink.java Thu May 12
13:19:06 2011 +0200
+++ b/src/org/openbravo/erpCommon/utility/UsedByLink.java Mon May 16
09:38:42 2011 +0200
@@ -135,7 +135,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
------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits