Skip to content

Commit

Permalink
items: fix online locations status
Browse files Browse the repository at this point in the history
* Fix `data/location.json` file : Add missing `is_online` tag when it's necessary
* Closes rero#573

Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
  • Loading branch information
zannkukai committed Oct 24, 2019
1 parent fa62e43 commit 263309f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions data/locations.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@
"is_pickup": false,
"library": {
"$ref": "https://ils.rero.ch/api/libraries/2"
}
},
"is_online": true
},
{
"pid": "7",
Expand Down Expand Up @@ -146,7 +147,8 @@
"is_pickup": false,
"library": {
"$ref": "https://ils.rero.ch/api/libraries/4"
}
},
"is_online": true
},
{
"pid": "16",
Expand Down

0 comments on commit 263309f

Please sign in to comment.