Skip to content

Commit

Permalink
Merge pull request #1571 from danskernesdigitalebibliotek/develop
Browse files Browse the repository at this point in the history
Release 2024.49.0
  • Loading branch information
kasperg authored Dec 3, 2024
2 parents 6f62c88 + dca1b56 commit ccdcf63
Show file tree
Hide file tree
Showing 56 changed files with 13,071 additions and 9,906 deletions.
93 changes: 73 additions & 20 deletions cypress/fixtures/material/find-on-shelf-holdings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,20 @@
"reservations": 48,
"holdings": [
{
"branch": { "branchId": "DK-775127", "title": "Tranbjerg" },
"department": { "departmentId": "vo", "title": "Voksen" },
"location": null,
"sublocation": null,
"branch": {
"branchId": "DK-775127",
"title": "Tranbjerg"
},
"lmsPlacement": {
"location": null,
"sublocation": null,
"department": {
"departmentId": "vo",
"title": "Voksen"
},
"section": null
},
"logisticsPlacement": [],
"materials": [
{
"itemNumber": "5313131426",
Expand All @@ -27,10 +37,20 @@
]
},
{
"branch": { "branchId": "DK-775127", "title": "Tranbjerg" },
"department": { "departmentId": "vo", "title": "Voksen" },
"location": null,
"sublocation": null,
"branch": {
"branchId": "DK-775127",
"title": "Tranbjerg"
},
"lmsPlacement": {
"location": null,
"sublocation": null,
"department": {
"departmentId": "vo",
"title": "Voksen"
},
"section": null
},
"logisticsPlacement": [],
"materials": [
{
"itemNumber": "5313137426",
Expand All @@ -49,10 +69,20 @@
]
},
{
"branch": { "branchId": "DK-775122", "title": "Beder-Malling" },
"department": { "departmentId": "vo", "title": "Voksen" },
"location": null,
"sublocation": null,
"branch": {
"branchId": "DK-775122",
"title": "Beder-Malling"
},
"lmsPlacement": {
"location": null,
"sublocation": null,
"department": {
"departmentId": "vo",
"title": "Voksen"
},
"section": null
},
"logisticsPlacement": [],
"materials": [
{
"itemNumber": "5313131418",
Expand All @@ -71,10 +101,20 @@
]
},
{
"branch": { "branchId": "DK-775100", "title": "Hovedbiblioteket" },
"department": { "departmentId": "vo", "title": "Voksen" },
"location": null,
"sublocation": null,
"branch": {
"branchId": "DK-775100",
"title": "Hovedbiblioteket"
},
"lmsPlacement": {
"location": null,
"sublocation": null,
"department": {
"departmentId": "vo",
"title": "Voksen"
},
"section": null
},
"logisticsPlacement": [],
"materials": [
{
"itemNumber": "5258721529",
Expand All @@ -93,10 +133,23 @@
]
},
{
"branch": { "branchId": "DK-775122", "title": "Beder-Malling" },
"department": { "departmentId": "vo", "title": "Voksen" },
"location": { "locationId": "læs", "title": "Læsesal" },
"sublocation": null,
"branch": {
"branchId": "DK-775122",
"title": "Beder-Malling"
},
"lmsPlacement": {
"location": {
"locationId": "læs",
"title": "Læsesal"
},
"sublocation": null,
"department": {
"departmentId": "vo",
"title": "Voksen"
},
"section": null
},
"logisticsPlacement": [],
"materials": [
{
"itemNumber": "5313126015",
Expand Down
Loading

0 comments on commit ccdcf63

Please sign in to comment.