View | Details | Raw Unified | Return to bug 15438
Collapse All | Expand All

(-)a/C4/Circulation.pm (-8 / +5 lines)
Lines 570-576 sub TooMany { Link Here
570
570
571
Check if a book can be issued.
571
Check if a book can be issued.
572
572
573
C<$issuingimpossible> and C<$needsconfirmation> are some hashref.
573
C<$issuingimpossible> and C<$needsconfirmation> are hashrefs.
574
575
IMPORTANT: The assumption by users of this routine is that causes blocking
576
the issue are keyed by uppercase labels and other returned
577
data is keyed in lower case!
574
578
575
=over 4
579
=over 4
576
580
Lines 662-673 sticky due date is invalid or due date in the past Link Here
662
666
663
if the borrower borrows to much things
667
if the borrower borrows to much things
664
668
665
=head3 NB
666
667
The assumption by users of the routine is that causes blocking
668
the issue are keyed by uppercase labels and other returned
669
data is keyed in lower case
670
671
=cut
669
=cut
672
670
673
sub CanBookBeIssued {
671
sub CanBookBeIssued {
674
- 

Return to bug 15438