Peer review for FR [2871676] New Fin Report Amount types
Applying rules I5 -> indirectly I9 http://www.adempiere.com/index.php/Release_Commit_Rules Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2871676
This commit is contained in:
parent
a8a91a7e1d
commit
f38965f54c
|
@ -30,7 +30,7 @@ public class X_I_ReportLine extends PO implements I_I_ReportLine, I_Persistent
|
|||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100201L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_I_ReportLine (Properties ctx, int I_ReportLine_ID, String trxName)
|
||||
|
|
|
@ -32,7 +32,7 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis
|
|||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100201L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_PA_ReportColumn (Properties ctx, int PA_ReportColumn_ID, String trxName)
|
||||
|
|
|
@ -30,7 +30,7 @@ public class X_PA_ReportLine extends PO implements I_PA_ReportLine, I_Persistent
|
|||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100201L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_PA_ReportLine (Properties ctx, int PA_ReportLine_ID, String trxName)
|
||||
|
|
Loading…
Reference in New Issue