Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed TodayRebate function and rebate email error #39

Merged
merged 1 commit into from
Oct 7, 2023

Conversation

TRISHANT131104
Copy link
Collaborator

I have change 'roll_no' to 'email' because the name which is trying to fetched is in the student model and the email is accessing the student model using foreign key. Also in the search_fields of todayRebate, the code is trying to fetch "allocation_id__roll_no__email" which are not present in the model, so i have changed it to "allocation_id" and "date".

@mittal-ishaan mittal-ishaan merged commit ae1658f into DaemonLab:main Oct 7, 2023
1 check failed
mittal-ishaan added a commit that referenced this pull request Dec 26, 2024
fixed TodayRebate function and rebate email error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants