Merge pull request #201 from dod-ccpo/annual-spend-threshold

make annual spending threshold available to request templates
This commit is contained in:
dandds
2018-08-22 15:25:15 -04:00
committed by GitHub
4 changed files with 9 additions and 2 deletions

View File

@@ -32,6 +32,7 @@ def deep_merge(source, destination: dict):
class Requests(object):
AUTO_APPROVE_THRESHOLD = 1000000
ANNUAL_SPEND_THRESHOLD = 1000000
@classmethod
def create(cls, creator, body):