Fixed Document Type to Manufacturing Order
This commit is contained in:
parent
847fe3d1ed
commit
4a9c3e18b2
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue