From ba3e4d68b5894eaa7a695666cdad9b4d93379c7a Mon Sep 17 00:00:00 2001 From: vpj-cd Date: Sun, 29 Mar 2009 22:55:21 +0000 Subject: [PATCH] Can not set the Document Type in Shipment and Receipt Window. http://sourceforge.net/tracker/?func=detail&aid=2721394&group_id=176962&atid=879332 go testadempiere.com and try create a Manual Shipment or Material Receipt you try choose the Document Type Bug introduced CalloutInOut.docType should read C_DocType.IsSOTrx http://sourceforge.net/tracker/?func=detail&atid=879332&aid=2708789&group_i d=176962 Kind regards Victor Perez www.e-evolution.com --- base/src/org/compiere/model/CalloutInOut.java | 1 - 1 file changed, 1 deletion(-) diff --git a/base/src/org/compiere/model/CalloutInOut.java b/base/src/org/compiere/model/CalloutInOut.java index d96ce34c15..d6045014ca 100644 --- a/base/src/org/compiere/model/CalloutInOut.java +++ b/base/src/org/compiere/model/CalloutInOut.java @@ -122,7 +122,6 @@ public class CalloutInOut extends CalloutEngine String DocBaseType = rs.getString("DocBaseType"); // BF [2708789] Read IsSOTrx from C_DocType String trxFlag = rs.getString(7); - mTab.setValue("IsSOTrx", trxFlag); if (DocBaseType.equals("MMS")) // Material Shipments /**solve 1648131 bug vpj-cd e-evolution */ {