Bug 18120: Update field descriptions
authorKatrin Fischer <katrin.fischer.83@web.de>
Tue, 15 Aug 2017 21:58:19 +0000 (23:58 +0200)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 29 Sep 2017 20:13:13 +0000 (17:13 -0300)
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>
api/v1/swagger/definitions/vendor.json

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