Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edit tender.procuringEntity description and code description (wrong branch) #1068

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion schema/codelists/partyRole.csv
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Code,Title,Description
buyer,Buyer,"A buyer is an entity whose budget will be used to pay for goods, works or services related to a contract."
procuringEntity,Procuring entity,"The entity managing the procurement. This can be different from the buyer who pays for, or uses, the items being procured."
procuringEntity,Procuring entity,"The entity managing the procurement process. This can be different from the buyer who pays for the items being procured."
supplier,Supplier,"An entity awarded or contracted to provide goods, works or services."
tenderer,Tenderer,All entities who submit a tender.
funder,Funder,The funder is an entity providing money or finance for this contracting process.
Expand Down
2 changes: 1 addition & 1 deletion schema/release-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
},
"procuringEntity": {
"title": "Procuring entity",
"description": "The entity managing the procurement. This may be different from the buyer who pays for, or uses, the items being procured.",
"description": "The entity managing the procurement process. This may be different from the buyer who pays for the items being procured.",
"$ref": "#/definitions/OrganizationReference"
},
"items": {
Expand Down