Browse Source

Bug 18120: Update field descriptions

Trying to clarify some of the descriptions.

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
17.11.x
Katrin Fischer 7 years ago
committed by Jonathan Druart
parent
commit
52c677166d
  1. 8
      api/v1/swagger/definitions/vendor.json

8
api/v1/swagger/definitions/vendor.json

@ -106,7 +106,7 @@
"boolean", "boolean",
"null" "null"
], ],
"description": "Is the library taxed when buying to this vendor" "description": "Is the library taxed when buying from this vendor"
}, },
"list_includes_gst": { "list_includes_gst": {
"type": [ "type": [
@ -127,21 +127,21 @@
"number", "number",
"null" "null"
], ],
"description": "Tax rate" "description": "Default tax rate for items ordered from this vendor"
}, },
"discount": { "discount": {
"type": [ "type": [
"number", "number",
"null" "null"
], ],
"description": "Discount offered on all items ordered from this vendor" "description": "Default discount rate for items ordered from this vendor"
}, },
"deliverytime": { "deliverytime": {
"type": [ "type": [
"integer", "integer",
"null" "null"
], ],
"description": "Vendor expected delivery time (in days)" "description": "Expected delivery time (in days)"
} }
}, },
"additionalProperties": false, "additionalProperties": false,

Loading…
Cancel
Save