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
This commit is contained in:
parent
49ce1baec9
commit
ba3e4d68b5
|
@ -122,7 +122,6 @@ public class CalloutInOut extends CalloutEngine
|
||||||
String DocBaseType = rs.getString("DocBaseType");
|
String DocBaseType = rs.getString("DocBaseType");
|
||||||
// BF [2708789] Read IsSOTrx from C_DocType
|
// BF [2708789] Read IsSOTrx from C_DocType
|
||||||
String trxFlag = rs.getString(7);
|
String trxFlag = rs.getString(7);
|
||||||
mTab.setValue("IsSOTrx", trxFlag);
|
|
||||||
if (DocBaseType.equals("MMS")) // Material Shipments
|
if (DocBaseType.equals("MMS")) // Material Shipments
|
||||||
/**solve 1648131 bug vpj-cd e-evolution */
|
/**solve 1648131 bug vpj-cd e-evolution */
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue