(cherry picked from commit 343651fc393055ed07e6ac6b56203248e0818058) Co-authored-by: Anurag Mishra <32095923+Anurag810@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									47a3524a7d
								
							
						
					
					
						commit
						c312b3af13
					
				| @ -32,7 +32,8 @@ class JobOffer(Document): | |||||||
| 		return frappe.get_all("Job Offer", filters={ | 		return frappe.get_all("Job Offer", filters={ | ||||||
| 				"offer_date": ['between', (from_date, to_date)], | 				"offer_date": ['between', (from_date, to_date)], | ||||||
| 				"designation": self.designation, | 				"designation": self.designation, | ||||||
| 				"company": self.company | 				"company": self.company, | ||||||
|  | 				"docstatus": 1 | ||||||
| 			}, fields=['name']) | 			}, fields=['name']) | ||||||
| 
 | 
 | ||||||
| def update_job_applicant(status, job_applicant): | def update_job_applicant(status, job_applicant): | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user