Implement [ 1810133 ] Add logging policy on column level
This commit is contained in:
parent
091fe072e9
commit
6830aa7e5f
|
@ -491,14 +491,6 @@ public class MColumn extends X_AD_Column
|
|||
return sb.toString ();
|
||||
} // toString
|
||||
|
||||
/** Get IsAllowLogging .
|
||||
* Determines, if a column must be recorded into the change log
|
||||
*/
|
||||
public boolean IsAllowLogging() {
|
||||
return super.IsAllowLogging();
|
||||
}
|
||||
|
||||
|
||||
//begin vpj-cd e-evolution
|
||||
/**
|
||||
* get Column ID
|
||||
|
|
Loading…
Reference in New Issue