IDEMPIERE-3663 iDempiereLBR requires access to org.compiere.acct.Doc_Order.getCommitmentSalesRelease
This commit is contained in:
parent
814016b2fc
commit
75d8fd5ea6
|
@ -734,7 +734,7 @@ public class Doc_Order extends Doc
|
||||||
* @param multiplier 1 for accrual
|
* @param multiplier 1 for accrual
|
||||||
* @return Fact
|
* @return Fact
|
||||||
*/
|
*/
|
||||||
protected static Fact getCommitmentSalesRelease(MAcctSchema as, Doc doc,
|
public static Fact getCommitmentSalesRelease(MAcctSchema as, Doc doc,
|
||||||
BigDecimal Qty, int M_InOutLine_ID, BigDecimal multiplier)
|
BigDecimal Qty, int M_InOutLine_ID, BigDecimal multiplier)
|
||||||
{
|
{
|
||||||
Fact fact = new Fact(doc, as, Fact.POST_Commitment);
|
Fact fact = new Fact(doc, as, Fact.POST_Commitment);
|
||||||
|
|
Loading…
Reference in New Issue