From 3e88fa4bc812230f68130ce8d14d99bb40bcf46d Mon Sep 17 00:00:00 2001 From: Carlos Ruiz Date: Tue, 27 Apr 2010 04:03:14 +0000 Subject: [PATCH] Fix [2790959] Document Date not updating Period as it did in Compiere (commit 2 of 2) Callouts are being called twice Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2790959 --- base/src/org/compiere/model/GridTab.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/src/org/compiere/model/GridTab.java b/base/src/org/compiere/model/GridTab.java index 782cf8fca8..2a2250aef9 100644 --- a/base/src/org/compiere/model/GridTab.java +++ b/base/src/org/compiere/model/GridTab.java @@ -2570,7 +2570,7 @@ public class GridTab implements DataStatusListener, Evaluatee, Serializable int col = m_mTable.findColumn(field.getColumnName()); m_mTable.setValueAt(value, m_currentRow, col, false); // - return processFieldChange (field); + return ""; // processFieldChange (field); // here we don't need to call processFieldChange, it was called on GridController.dataStatusChanged } // setValue /**