Subversion Repositories SmartDukaan

Rev

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

Rev 14903 Rev 14904
Line 361... Line 361...
361
 
361
 
362
	public String getNotShowPmTickets() {
362
	public String getNotShowPmTickets() {
363
		return notShowPmTickets;
363
		return notShowPmTickets;
364
	}
364
	}
365
 
365
 
366
	public void setShowPmTickets(String notShowPmTickets) {
366
	public void setNotShowPmTickets(String notShowPmTickets) {
367
		this.notShowPmTickets = notShowPmTickets;
367
		this.notShowPmTickets = notShowPmTickets;
368
	}
368
	}
369
}
369
}