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

(-)a/C4/Circulation.pm (-4 / +3 lines)
Lines 1186-1192 sub CanBookBeIssued { Link Here
1186
                    $needsconfirmation{'ressurname'} = $patron->surname;
1186
                    $needsconfirmation{'ressurname'} = $patron->surname;
1187
                    $needsconfirmation{'rescardnumber'} = $patron->cardnumber;
1187
                    $needsconfirmation{'rescardnumber'} = $patron->cardnumber;
1188
                    $needsconfirmation{'resborrowernumber'} = $patron->borrowernumber;
1188
                    $needsconfirmation{'resborrowernumber'} = $patron->borrowernumber;
1189
                    $needsconfirmation{'resbranchcode'} = $patron->branchcode;
1189
                    $needsconfirmation{'resbranchcode'} = $res->{branchcode};
1190
                    $needsconfirmation{'resreservedate'} = $res->{reservedate};
1190
                    $needsconfirmation{'resreservedate'} = $res->{reservedate};
1191
                    $needsconfirmation{'reserve_id'} = $res->{reserve_id};
1191
                    $needsconfirmation{'reserve_id'} = $res->{reserve_id};
1192
                }
1192
                }
Lines 1197-1203 sub CanBookBeIssued { Link Here
1197
                    $needsconfirmation{'ressurname'} = $patron->surname;
1197
                    $needsconfirmation{'ressurname'} = $patron->surname;
1198
                    $needsconfirmation{'rescardnumber'} = $patron->cardnumber;
1198
                    $needsconfirmation{'rescardnumber'} = $patron->cardnumber;
1199
                    $needsconfirmation{'resborrowernumber'} = $patron->borrowernumber;
1199
                    $needsconfirmation{'resborrowernumber'} = $patron->borrowernumber;
1200
                    $needsconfirmation{'resbranchcode'} = $patron->branchcode;
1200
                    $needsconfirmation{'resbranchcode'} = $res->{branchcode};
1201
                    $needsconfirmation{'resreservedate'} = $res->{reservedate};
1201
                    $needsconfirmation{'resreservedate'} = $res->{reservedate};
1202
                    $needsconfirmation{'reserve_id'} = $res->{reserve_id};
1202
                    $needsconfirmation{'reserve_id'} = $res->{reserve_id};
1203
                }
1203
                }
Lines 1208-1214 sub CanBookBeIssued { Link Here
1208
                    $needsconfirmation{'ressurname'} = $patron->surname;
1208
                    $needsconfirmation{'ressurname'} = $patron->surname;
1209
                    $needsconfirmation{'rescardnumber'} = $patron->cardnumber;
1209
                    $needsconfirmation{'rescardnumber'} = $patron->cardnumber;
1210
                    $needsconfirmation{'resborrowernumber'} = $patron->borrowernumber;
1210
                    $needsconfirmation{'resborrowernumber'} = $patron->borrowernumber;
1211
                    $needsconfirmation{'resbranchcode'} = $patron->branchcode;
1211
                    $needsconfirmation{'resbranchcode'} = $res->{branchcode};
1212
                    $needsconfirmation{'resreservedate'} = $res->{reservedate};
1212
                    $needsconfirmation{'resreservedate'} = $res->{reservedate};
1213
                    $needsconfirmation{'reserve_id'} = $res->{reserve_id};
1213
                    $needsconfirmation{'reserve_id'} = $res->{reserve_id};
1214
                }
1214
                }
1215
- 

Return to bug 31447