parent
c6e377b6f7
commit
0cbf81c9ef
|
|
@ -38,7 +38,7 @@ public class MID_InOutValidator {
|
||||||
|
|
||||||
private static String beforeComplete(MInOut io) {
|
private static String beforeComplete(MInOut io) {
|
||||||
if(io.get_ValueAsInt("MID_AJUDocumentType_ID")>0)
|
if(io.get_ValueAsInt("MID_AJUDocumentType_ID")>0)
|
||||||
DB.executeUpdateEx("UPDATE M_InOutLine SET NoAju =? WHERE M_InOut_ID =?", new Object[] { io.get_ValueAsString("NoAju"), io.getM_InOut_ID()}, io.get_TrxName());
|
DB.executeUpdateEx("UPDATE M_InOutLine SET NoAju =? WHERE M_InOut_ID =?", new Object[] { io.get_ValueAsString("NoAju1"), io.getM_InOut_ID()}, io.get_TrxName());
|
||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue