Skip to content

Commit

Permalink
remove duplicated migrations and field
Browse files Browse the repository at this point in the history
  • Loading branch information
emaciupe committed Jun 7, 2023
1 parent 459907c commit 6079ea1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 72 deletions.

This file was deleted.

6 changes: 0 additions & 6 deletions src/etools/applications/partners/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -3655,12 +3655,6 @@ class InterventionManagementBudget(TimeStampedModel):
max_digits=20,
default=0,
)
act1_unfunded = models.DecimalField(
verbose_name=_("Unfunded amount for In-country management and support staff prorated to their contribution to the programme (representation, planning, coordination, logistics, administration, finance)"),
decimal_places=2,
max_digits=20,
default=0,
)
act2_unicef = models.DecimalField(
verbose_name=_("UNICEF contribution for Operational costs prorated to their contribution to the programme (office space, equipment, office supplies, maintenance)"),
decimal_places=2,
Expand Down

This file was deleted.

0 comments on commit 6079ea1

Please sign in to comment.