Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
digibib
koha-docker
Commits
e0b1853b
Commit
e0b1853b
authored
Aug 17, 2018
by
Petter Goksøyr Åsen
Browse files
plukkliste: Musikkopptak as separate category
parent
4c97be2a
Changes
1
Show whitespace changes
Inline
Side-by-side
files/cronjobs/holds.compute.pl
View file @
e0b1853b
...
...
@@ -37,10 +37,7 @@ sub category {
my
$dewey
=
$meta
{
loc_dewey
};
# 090$c
my
$location
=
$meta
{
location
}
//
'';
if
(
$mt
eq
'
Musikkopptak
')
{
return
'
Annen
';
}
if
(
$mt
=~
m{^(Film|Spill|Tegneserie|Noter|Lydbok)$}
)
{
if
(
$mt
=~
m{^(Film|Spill|Tegneserie|Noter|Lydbok|Musikkopptak)$}
)
{
return
$mt
;
}
if
(
$mt
eq
'
Andre
')
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment