Lines 225-231
Link Here
|
225 |
|
225 |
|
226 |
<script> |
226 |
<script> |
227 |
[% SET libraries = Branches.all %] |
227 |
[% SET libraries = Branches.all %] |
228 |
[% SET categories = Categories.limited.unblessed %] |
228 |
[% SET categories = Categories.all.unblessed %] |
229 |
var categories = [% To.json(categories) | $raw %].map(e => { |
229 |
var categories = [% To.json(categories) | $raw %].map(e => { |
230 |
e['_id'] = e.categorycode.toLowerCase(); |
230 |
e['_id'] = e.categorycode.toLowerCase(); |
231 |
e['_str'] = e.description; |
231 |
e['_str'] = e.description; |
232 |
- |
|
|