|
|
@@ -18,6 +18,8 @@ import javax.persistence.OrderBy;
|
|
|
import javax.persistence.SequenceGenerator;
|
|
|
import javax.persistence.Table;
|
|
|
|
|
|
+import org.codehaus.jackson.annotate.JsonIgnore;
|
|
|
+
|
|
|
import com.uas.platform.core.model.Constant;
|
|
|
|
|
|
/**
|
|
|
@@ -301,6 +303,7 @@ public class PurchaseOrderChange implements Serializable {
|
|
|
this.orderId = orderId;
|
|
|
}
|
|
|
|
|
|
+ @JsonIgnore
|
|
|
public boolean isAgreed() {
|
|
|
return this.agreed != null && Constant.YES == this.agreed;
|
|
|
}
|