details:   /erp/devel/pi/rev/36348e2e8344
changeset: 10075:36348e2e8344
user:      Antonio Moreno <antonio.moreno <at> openbravo.com>
date:      Mon Jan 24 09:18:53 2011 +0100
summary:   Removed wrong debug code

details:   /erp/devel/pi/rev/f1b19b88ea93
changeset: 10076:f1b19b88ea93
user:      Antonio Moreno <antonio.moreno <at> openbravo.com>
date:      Mon Jan 24 09:19:41 2011 +0100
summary:   Callouts will be fired on NEW mode for every kind of field

diffstat:

 
modules/org.openbravo.client.application/src/org/openbravo/client/application/window/FormInitializationComponent.java
 |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (13 lines):

diff -r 6d5c26cfaa6e -r f1b19b88ea93 
modules/org.openbravo.client.application/src/org/openbravo/client/application/window/FormInitializationComponent.java
--- 
a/modules/org.openbravo.client.application/src/org/openbravo/client/application/window/FormInitializationComponent.java
     Mon Jan 24 08:40:16 2011 +0100
+++ 
b/modules/org.openbravo.client.application/src/org/openbravo/client/application/window/FormInitializationComponent.java
     Mon Jan 24 09:19:41 2011 +0100
@@ -330,8 +330,7 @@
               + 
Sqlc.TransformaNombreColumna(field.getColumn().getDBColumnName()), jsonobject);
           // We need to fire callouts if the field is a combo
           // (due to how ComboReloads worked, callouts were always called)
-          if (mode.equals("NEW") && 
(field.getColumn().getReference().getId().equals("17"))) {
-            System.out.println("hola " + field.getName());
+          if (mode.equals("NEW")) {
             if (field.getColumn().getCallout() != null) {
               addCalloutToList(field.getColumn(), calloutsToCall, 
lastfieldChanged);
             }

------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to