IDEMPIERE-6137 Payment Rule does not appear in reports from Sales Order (#2364)
This commit is contained in:
parent
2aa7215e2c
commit
88a9d3eb3a
|
|
@ -19,8 +19,6 @@
|
|||
*****************************************************************************/
|
||||
package org.adempiere.util;
|
||||
|
||||
import static org.compiere.model.SystemIDs.REFERENCE_PAYMENTRULE;
|
||||
|
||||
import java.io.File;
|
||||
import java.io.FileOutputStream;
|
||||
import java.io.OutputStreamWriter;
|
||||
|
|
@ -476,13 +474,6 @@ public class ModelClassGenerator
|
|||
sb.insert(0, staticVar);
|
||||
}
|
||||
|
||||
// Payment Validation
|
||||
if (displayType == DisplayType.Payment)
|
||||
{
|
||||
String staticVar = addListValidation (sb, REFERENCE_PAYMENTRULE, columnName);
|
||||
sb.insert(0, staticVar);
|
||||
}
|
||||
|
||||
// setValue ("ColumnName", xx);
|
||||
if (virtualColumn)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue