Skip to content

Commit

Permalink
Merge pull request #170 from Abhimanyu-dev/main
Browse files Browse the repository at this point in the history
Student Proforma Update
  • Loading branch information
yashlm authored Sep 1, 2024
2 parents 068c725 + 36f83f0 commit 014767e
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions application/db.proforma.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,18 +161,24 @@ func fetchProformaForStudent(ctx *gin.Context, pid uint, jp *Proforma) error {
Where("id = ? AND is_approved = ? AND deadline > 0", pid, true).
Select(
"id",
"created_at",
"deleted_at",
"updated_at",
"company_name",
"eligibility",
"deadline",
"role",
"profile",
"cpi_cutoff",
"role",
"skill_set",
"tentative_job_location",
"internship_period",
"job_description",
"ctcinr",
"ctcfr",
"cost_to_company",
"accommodation",
"medical_requirements",
"perks",
"package_details",
"bond_details",
"medical_requirements",
).
First(jp)
return tx.Error
Expand Down

0 comments on commit 014767e

Please sign in to comment.