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