|
Lines 100-110
Link Here
|
| 100 |
}, |
100 |
}, |
| 101 |
"x-koha-embed": [ |
101 |
"x-koha-embed": [ |
| 102 |
"basket", |
102 |
"basket", |
|
|
103 |
"biblio", |
| 104 |
"biblio.active_orders_count", |
| 105 |
"biblio.holds_count", |
| 106 |
"biblio.items_count", |
| 107 |
"biblio.suggestions.suggester", |
| 103 |
"fund", |
108 |
"fund", |
|
|
109 |
"holds_count", |
| 104 |
"invoice", |
110 |
"invoice", |
| 105 |
"subscription", |
|
|
| 106 |
"items", |
111 |
"items", |
| 107 |
"biblio" |
112 |
"subscription" |
| 108 |
] |
113 |
] |
| 109 |
}, |
114 |
}, |
| 110 |
"post": { |
115 |
"post": { |
|
Lines 240-250
Link Here
|
| 240 |
}, |
245 |
}, |
| 241 |
"x-koha-embed": [ |
246 |
"x-koha-embed": [ |
| 242 |
"basket", |
247 |
"basket", |
|
|
248 |
"biblio", |
| 249 |
"biblio.active_orders_count", |
| 250 |
"biblio.holds_count", |
| 251 |
"biblio.items_count", |
| 252 |
"biblio.suggestions.suggester", |
| 243 |
"fund", |
253 |
"fund", |
|
|
254 |
"holds_count", |
| 244 |
"invoice", |
255 |
"invoice", |
| 245 |
"subscription", |
|
|
| 246 |
"items", |
256 |
"items", |
| 247 |
"biblio" |
257 |
"subscription" |
| 248 |
] |
258 |
] |
| 249 |
}, |
259 |
}, |
| 250 |
"put": { |
260 |
"put": { |
| 251 |
- |
|
|