Skip to content

Commit

Permalink
Merge branch 'a448207762065014_funders' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
annawzz committed Oct 11, 2017
2 parents 73263e0 + 019b693 commit b14606c
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
}

setup(name='openprocurement.api',
version='2.4',
version='2.4.2',
description='openprocurement.api',
long_description=README,
classifiers=[
Expand Down
8 changes: 8 additions & 0 deletions src/openprocurement/api/OrganisationRegistrationAgency.json
Original file line number Diff line number Diff line change
Expand Up @@ -628,6 +628,14 @@
"public-database":false,
"description":null
},
{
"category": "MY",
"code": "MY-SSM",
"description": "The Companies Commission of Malaysia (SSM) is a statutory body formed as a result of a merger between the Registrar of Companies (ROC) and the Registrar of Businesses (ROB) in Malaysia which regulates companies and businesses. SSM came into operation on 16 April 2002. You can search a company by its company, business, or LLP Registration Number",
"name": "Suruhanjaya Syarikat Malaysia/Companies Commission of Malaysia",
"public-database": true,
"url": "http://www.ssm.com.my/ms"
},
{
"category":"MZ",
"code":"MZ-MOJ",
Expand Down
1 change: 1 addition & 0 deletions src/openprocurement/api/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ def read_json(name):
CPV_CODES = read_json('cpv.json')
CPV_CODES.append('99999999-9')
DK_CODES = read_json('dk021.json')
FUNDERS = [(i['scheme'], i['id']) for i in read_json('funders.json')['data']]
#DKPP_CODES = read_json('dkpp.json')
ORA_CODES = [i['code'] for i in read_json('OrganisationRegistrationAgency.json')['data']]
WORKING_DAYS = read_json('working_days.json')
Expand Down
16 changes: 16 additions & 0 deletions src/openprocurement/api/funders.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"data": [
{
"scheme": "UA-EDR",
"id": "00037256"
},
{
"scheme": "UA-EDR",
"id": "11111111"
},
{
"scheme": "UA-EDR",
"id": "22222222"
}
]
}

0 comments on commit b14606c

Please sign in to comment.