Merge pull request #681 from dod-ccpo/funding-section-complete-with-0-clin
Bug fix for $0 clin values
This commit is contained in:
commit
056279cd7c
@ -97,7 +97,7 @@ class TaskOrders(object):
|
||||
failed = []
|
||||
|
||||
for attr in TaskOrders.SECTIONS[section]:
|
||||
if getattr(task_order, attr):
|
||||
if getattr(task_order, attr) is not None:
|
||||
passed.append(attr)
|
||||
else:
|
||||
failed.append(attr)
|
||||
|
Loading…
x
Reference in New Issue
Block a user