Subversion Repositories SmartDukaan

Rev

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

Rev 28797 Rev 28801
Line 247... Line 247...
247
				}
247
				}
248
			
248
			
249
			}
249
			}
250
			else if (this.getPayDate() == null  && this.getPayDate() == null) {
250
			else if (this.getPayDate() == null  && this.getPayDate() == null) {
251
				
251
				
252
				return false;
252
				return true;
253
			}
253
			}
254
			
254
			
255
			
255
			
256
			else if (this.getPayDate() == null) {
256
			else if (this.getPayDate() == null) {
257
				minDate = this.getDeploymentDate();
257
				minDate = this.getDeploymentDate();