Implement [2872010] - Dunning Run for a complete Dunning (not just level)
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2872010&group_id=176962 Fix broken build reported by Hudson
This commit is contained in:
parent
992d0f422a
commit
7ba46096bc
|
@ -76,7 +76,7 @@ import org.compiere.util.Ini;
|
||||||
import org.compiere.util.Language;
|
import org.compiere.util.Language;
|
||||||
import org.compiere.util.Util;
|
import org.compiere.util.Util;
|
||||||
import org.eevolution.model.MDDOrder;
|
import org.eevolution.model.MDDOrder;
|
||||||
import org.eevolution.model.MPPOrder;
|
import org.eevolution.model.X_PP_Order; // to be changed by MPPOrder
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Report Engine.
|
* Report Engine.
|
||||||
|
@ -1192,7 +1192,7 @@ queued-job-count = 0 (class javax.print.attribute.standard.QueuedJobCount)
|
||||||
MOrder.Table_ID, MInOut.Table_ID, MInvoice.Table_ID, MProject.Table_ID,
|
MOrder.Table_ID, MInOut.Table_ID, MInvoice.Table_ID, MProject.Table_ID,
|
||||||
MRfQResponse.Table_ID,
|
MRfQResponse.Table_ID,
|
||||||
MPaySelectionCheck.Table_ID, MPaySelectionCheck.Table_ID,
|
MPaySelectionCheck.Table_ID, MPaySelectionCheck.Table_ID,
|
||||||
MDunningRunEntry.Table_ID, MPPOrder.Table_ID, MDDOrder.Table_ID };
|
MDunningRunEntry.Table_ID, X_PP_Order.Table_ID, MDDOrder.Table_ID };
|
||||||
|
|
||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
* Get Document Print Engine for Document Type.
|
* Get Document Print Engine for Document Type.
|
||||||
|
|
Loading…
Reference in New Issue