Fixed Document Type to Manufacturing Order

This commit is contained in:
vpj-cd 2008-08-04 22:58:11 +00:00
parent 847fe3d1ed
commit 4a9c3e18b2
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ public class MRP extends SvrProcess
else
DocTypeReq = doc[0].getC_DocType_ID();
doc = MDocType.getOfDocBaseType(getCtx(), MDocType.DOCBASETYPE_MaintenanceOrder);
doc = MDocType.getOfDocBaseType(getCtx(), MDocType.DOCBASETYPE_ManufacturingOrder);
if (doc==null || doc.length == 0) {
log.severe ("Not found default document type for docbasetype " + MDocType.DOCBASETYPE_MaintenanceOrder);