Bugzilla – Attachment #132191: Bug 30114: Koha offline circulation will always cancel the next hold when issuing item to a patron for
bug #30114
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 30114
Collapse All
|
Expand All
(-)
a/C4/Circulation.pm (-2 / +1 lines)
Lines 4053-4059 sub ProcessOfflineIssue {
Link Here
4053
$patron->unblessed,
4053
$patron->unblessed,
4054
$operation->{'barcode'},
4054
$operation->{'barcode'},
4055
undef,
4055
undef,
4056
1,
4056
undef,
4057
$operation->{timestamp},
4057
$operation->{timestamp},
4058
undef,
4058
undef,
4059
);
4059
);
4060
-
Return to
bug 30114