Subversion Repositories SmartDukaan

Rev

Rev 24843 | Rev 25069 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 24843 Rev 24881
Line 54... Line 54...
54
	
54
	
55
	@Column(name="grace_count")
55
	@Column(name="grace_count")
56
	private int graceCount;
56
	private int graceCount;
57
 
57
 
58
	@Column
58
	@Column
59
	private boolean active;
59
	private boolean active=true;
60
	//Number of days to realise money.
60
	//Number of days to realise money.
61
	/*@Column(name="credit_cycle")
61
	/*@Column(name="credit_cycle")
62
	private int creditCycle;*/
62
	private int creditCycle;*/
63
	
63
	
64
	public int getGraceCount() {
64
	public int getGraceCount() {