[1762461] - Remove hardcoded list items checking in generated models
Fix problem completing cash journal with bank transfer
This commit is contained in:
parent
668414b32e
commit
de995e8c2b
|
@ -509,8 +509,8 @@ public class MCash extends X_C_Cash implements DocAction
|
||||||
String documentNo = getName();
|
String documentNo = getName();
|
||||||
pay.setDocumentNo(documentNo);
|
pay.setDocumentNo(documentNo);
|
||||||
pay.setR_PnRef(documentNo);
|
pay.setR_PnRef(documentNo);
|
||||||
pay.set_Value("TrxType", "X"); // Transfer
|
pay.set_ValueNoCheck("TrxType", "X"); // Transfer
|
||||||
pay.set_Value("TenderType", "X");
|
pay.set_ValueNoCheck("TenderType", "X");
|
||||||
//
|
//
|
||||||
//Modification for cash payment - Posterita
|
//Modification for cash payment - Posterita
|
||||||
pay.setC_CashBook_ID(getC_CashBook_ID());
|
pay.setC_CashBook_ID(getC_CashBook_ID());
|
||||||
|
|
Loading…
Reference in New Issue