Bugzilla – Attachment #83566: Bug 21928: (bug 18789 follow-up) Fix CircAutoPrintQuickSlip=clear for
bug #21928
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 21928
Collapse All
|
Expand All
(-)
a/circ/circulation.pl (-1 / +1 lines)
Lines 238-243 if ( $print eq 'yes' && $borrowernumber ne '' ) {
Link Here
238
}
238
}
239
$query->param( 'borrowernumber', '' );
239
$query->param( 'borrowernumber', '' );
240
$borrowernumber = '';
240
$borrowernumber = '';
241
undef $patron;
241
}
242
}
242
243
243
#
244
#
244
-
Return to
bug 21928