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
af7b3583
Commit
af7b3583
authored
Sep 12, 2018
by
Petter Goksøyr Åsen
Browse files
plukkliste: exclude items where holdingbranch != homebranch
parent
8c214e38
Changes
1
Hide whitespace changes
Inline
Side-by-side
files/cronjobs/holds.compute.pl
View file @
af7b3583
...
...
@@ -84,6 +84,7 @@ sub compute {
LEFT JOIN reserves ON reserves.itemnumber = items.itemnumber
WHERE items.biblionumber = ?
AND deleted_on IS NULL
AND homebranch=holdingbranch
AND found 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