Subversion Repositories SmartDukaan

Rev

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

Rev 24410 Rev 26332
Line 227... Line 227...
227
 
227
 
228
	public float getPartnerPayout() {
228
	public float getPartnerPayout() {
229
		return partnerPayout;
229
		return partnerPayout;
230
	}
230
	}
231
 
231
 
-
 
232
	public float getAutoPartnerPayout() {
-
 
233
		if(this.getPartnerPayout() == 0) {
-
 
234
			return this.getPriceDropIn()/1.12f;
-
 
235
		} else {
-
 
236
			return this.getPartnerPayout();
-
 
237
		}
-
 
238
	}
-
 
239
	
232
	public void setPartnerPayout(float partnerPayout) {
240
	public void setPartnerPayout(float partnerPayout) {
233
		this.partnerPayout = partnerPayout;
241
		this.partnerPayout = partnerPayout;
234
	}
242
	}
235
 
243
 
236
	public String getDate(LocalDateTime ldt) {
244
	public String getDate(LocalDateTime ldt) {