Revise AJU Field Name

--HG--
branch : BYPASS
This commit is contained in:
hodianto 2020-04-17 16:15:15 +07:00
parent c6e377b6f7
commit 0cbf81c9ef
1 changed files with 1 additions and 1 deletions

View File

@ -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 "";
} }
} }