Remove extra details from expired TO display, small refactors in TO methods
This commit is contained in:
@@ -172,7 +172,7 @@ class TaskOrder(Base, mixins.TimestampsMixin):
|
||||
@property
|
||||
def invoiced_funds(self):
|
||||
# TODO: implement this using reporting data from the CSP
|
||||
return self.total_obligated_funds * 0.75
|
||||
return self.total_obligated_funds * 75 / 100
|
||||
|
||||
@property
|
||||
def display_status(self):
|
||||
|
||||
Reference in New Issue
Block a user