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
077dc885
Commit
077dc885
authored
Aug 29, 2018
by
Petter Goksøyr Åsen
Browse files
plukkliste: exclude delete items
parent
29dcaf95
Changes
1
Show whitespace changes
Inline
Side-by-side
files/cronjobs/holds.compute.pl
View file @
077dc885
...
...
@@ -80,7 +80,8 @@ sub compute {
my
@items
=
SELECT
"
items.*, branchtransfers.tobranch transfer_to FROM items
LEFT JOIN branchtransfers ON branchtransfers.itemnumber = items.itemnumber AND datearrived IS NULL
WHERE biblionumber = ?
"
WHERE biblionumber = ?
AND deleted_on IS NULL
"
=>
[
$bnum
]
=>
sub
{
return
\
%_
;
};
...
...
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