Subversion Repositories SmartDukaan

Rev

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

Rev 26400 Rev 26851
Line 236... Line 236...
236
	public float getDropAmount() {
236
	public float getDropAmount() {
237
		return oldDp - newDp;
237
		return oldDp - newDp;
238
	}
238
	}
239
	public float getAutoPartnerPayout() {
239
	public float getAutoPartnerPayout() {
240
		if(this.getPartnerPayout() == 0) {
240
		if(this.getPartnerPayout() == 0) {
241
			return this.getDropAmount()/1.12f;
241
			return this.getDropAmount()/1.18f;
242
		} else {
242
		} else {
243
			return this.getPartnerPayout();
243
			return this.getPartnerPayout();
244
		}
244
		}
245
	}
245
	}
246
	
246