Skip to content

Commit

Permalink
chore: code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
RitvikSardana committed Jun 29, 2024
1 parent 240b368 commit 6c037e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion education/education/doctype/fee_structure/fee_structure.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def make_fee_schedule(
component.amount = component.total
else:
component.amount = flt((component.total) / flt(100 - component.discount)) * 100
# com

amount_per_month += component.total
# amount_per_month will be the total amount for each Fee Structure
doc.total_amount = amount_per_month
Expand Down

0 comments on commit 6c037e6

Please sign in to comment.