This repository has been archived by the owner on May 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix incorrect appended elem position on propinas
- Loading branch information
Showing
2 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
b7dfdb7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@DCruzDev Being this the amount spent on tuition fees, shouldn't it just show the amount that has already been paid (not counting with what still remains to be paid)? The student may not necessarily pay all tuition fees if he cancels the course.
This can be done by simply adding
if (row[6].innerHTML == "Regular")
on line 27!0db8619
b7dfdb7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I legit thought I had that check. Pretty sure I had it when I was creating/testing the script. Don't know what happened. Thanks for pointing it out. I'll fix it.