Skip to content

Commit

Permalink
Added position to the contact object
Browse files Browse the repository at this point in the history
  • Loading branch information
d4nyll committed Aug 25, 2017
1 parent 848fcc3 commit 2fb80ea
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/schema/invoice.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@
"description": "Name of the contact person",
"type": "string"
},
"position": {
"title": "Position",
"description": "Position / Role of the contact person",
"type": "string"
},
"tel": {
"title": "Telephone Number",
"description": "Telephone number of the contact person",
Expand Down Expand Up @@ -118,6 +123,11 @@
"description": "Name of the contact person",
"type": "string"
},
"position": {
"title": "Position",
"description": "Position / Role of the contact person",
"type": "string"
},
"tel": {
"title": "Telephone Number",
"description": "Telephone number of the contact person",
Expand Down

0 comments on commit 2fb80ea

Please sign in to comment.