details: https://code.openbravo.com/erp/devel/pi/rev/3b5ab481e397
changeset: 22875:3b5ab481e397
user: Eduardo Argal Guibert <eduardo.argal <at> openbravo.com>
date: Tue Apr 15 12:35:28 2014 +0200
summary: Fixes bug 25797: Void status appers when completing a gl journal
diffstat:
src/org/openbravo/erpCommon/ad_actionButton/ActionButtonUtility.java | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (13 lines):
diff -r 6e62b57f0f36 -r 3b5ab481e397
src/org/openbravo/erpCommon/ad_actionButton/ActionButtonUtility.java
--- a/src/org/openbravo/erpCommon/ad_actionButton/ActionButtonUtility.java
Tue Apr 15 09:59:24 2014 +0200
+++ b/src/org/openbravo/erpCommon/ad_actionButton/ActionButtonUtility.java
Tue Apr 15 12:35:28 2014 +0200
@@ -103,7 +103,8 @@
} else if (strDocStatus.equals("DR") || strDocStatus.equals("IP")) {
data1.setData("ID", "CO");
v.addElement(data1);
- if (!strTable.equals("319") && !strTable.equals("800212") &&
!isQuotation) {
+ if (!strTable.equals("319") && !strTable.equals("800212") &&
!isQuotation
+ && !"224".equals(strTable)) {
data1 = new SQLReturnObject();
data1.setData("ID", "VO");
v.addElement(data1);
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits