Skip to content

Commit

Permalink
student bills resources
Browse files Browse the repository at this point in the history
  • Loading branch information
mittal-ishaan committed Oct 12, 2023
1 parent 7401fbc commit 689c77c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions home/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
CatererBillsSpring23,
Allocation,
CatererBills,
StudentBills,
Period,
Fee,
)
Expand Down Expand Up @@ -645,8 +646,7 @@ def skip_row(self, instance, original, row,import_validation_errors):
return super().skip_row(instance, original, row,import_validation_errors)

class Meta:
model = RebateAutumn22
model = RebateSpring23
model = StudentBills
exclude = "id"
import_id_fields = ["email__email"]
fields = (
Expand Down

0 comments on commit 689c77c

Please sign in to comment.