Bugzilla – Attachment #119261: Bug 28013: (follow-up) Reset the patron loop for
bug #28013
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 28013
Collapse All
|
Expand All
(-)
a/C4/Circulation.pm (-1 / +1 lines)
Lines 2925-2930 sub CanBookBeRenewed {
Link Here
2925
}
2925
}
2926
last;
2926
last;
2927
}
2927
}
2928
$patrons->reset;
2928
}
2929
}
2929
}
2930
}
2930
}
2931
}
2931
-
Return to
bug 28013