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
4c97be2a
Commit
4c97be2a
authored
Aug 16, 2018
by
Petter Goksøyr Åsen
Browse files
plukkliste: separate out more categories
parent
ff366df0
Changes
1
Hide whitespace changes
Inline
Side-by-side
files/cronjobs/holds.compute.pl
View file @
4c97be2a
...
...
@@ -40,11 +40,8 @@ sub category {
if
(
$mt
eq
'
Musikkopptak
')
{
return
'
Annen
';
}
if
(
$mt
eq
'
Film
')
{
return
'
Annen
';
}
if
(
$mt
eq
'
Spill
')
{
return
'
Annen
';
if
(
$mt
=~
m{^(Film|Spill|Tegneserie|Noter|Lydbok)$}
)
{
return
$mt
;
}
if
(
$mt
eq
'
Andre
')
{
return
'
Annen
';
...
...
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