Bug 18508: Fix t/db_dependent/api/v1/swagger/definitions.t (follow-up of 6758)
authorTomas Cohen Arazi <tomascohen@theke.io>
Wed, 20 Sep 2017 12:15:42 +0000 (09:15 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 20 Sep 2017 19:07:07 +0000 (16:07 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

api/v1/swagger/definitions/patron.json

index ebcf696..735454f 100644 (file)
       "type": ["string", "null"],
       "description": "date the patron's card is set to expire"
     },
+    "date_renewed": {
+      "type": ["string", "null"],
+      "description": "date the patron's card was last renewed"
+    },
     "gonenoaddress": {
       "type": ["boolean", "null"],
       "description": "set to 1 if library marked this patron as having an unconfirmed address"