Lines 40-50
sub public_read_list {
Link Here
|
40 |
return [ |
40 |
return [ |
41 |
'volume', 'number', 'isbn', |
41 |
'volume', 'number', 'isbn', |
42 |
'issn', 'ean', 'publicationyear', |
42 |
'issn', 'ean', 'publicationyear', |
43 |
'publishercode', 'volumedate', 'columedesc', |
43 |
'publishercode', 'volumedate', 'volumedesc', |
44 |
'collectiontitle', 'collectionissn', 'collectionvolume', |
44 |
'collectiontitle', 'collectionissn', 'collectionvolume', |
45 |
'editionstatement', 'editionresponsibility', 'pages', |
45 |
'editionstatement', 'editionresponsibility', 'pages', |
46 |
'place', 'lccn', 'url', |
46 |
'place', 'lccn', 'url', |
47 |
'cn_source', 'cn_class', 'cn)item', |
47 |
'cn_source', 'cn_class', 'cn_item', |
48 |
'cn_suffix', 'cn_sort', 'agerestriction', |
48 |
'cn_suffix', 'cn_sort', 'agerestriction', |
49 |
'totalissues' |
49 |
'totalissues' |
50 |
]; |
50 |
]; |
51 |
- |
|
|