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

(-)a/C4/Circulation.pm (-4 / +3 lines)
Lines 1191-1197 sub CanBookBeIssued { Link Here
1191
                    $needsconfirmation{'ressurname'} = $patron->surname;
1191
                    $needsconfirmation{'ressurname'} = $patron->surname;
1192
                    $needsconfirmation{'rescardnumber'} = $patron->cardnumber;
1192
                    $needsconfirmation{'rescardnumber'} = $patron->cardnumber;
1193
                    $needsconfirmation{'resborrowernumber'} = $patron->borrowernumber;
1193
                    $needsconfirmation{'resborrowernumber'} = $patron->borrowernumber;
1194
                    $needsconfirmation{'resbranchcode'} = $patron->branchcode;
1194
                    $needsconfirmation{'resbranchcode'} = $res->{branchcode};
1195
                    $needsconfirmation{'resreservedate'} = $res->{reservedate};
1195
                    $needsconfirmation{'resreservedate'} = $res->{reservedate};
1196
                    $needsconfirmation{'reserve_id'} = $res->{reserve_id};
1196
                    $needsconfirmation{'reserve_id'} = $res->{reserve_id};
1197
                }
1197
                }
Lines 1202-1208 sub CanBookBeIssued { Link Here
1202
                    $needsconfirmation{'ressurname'} = $patron->surname;
1202
                    $needsconfirmation{'ressurname'} = $patron->surname;
1203
                    $needsconfirmation{'rescardnumber'} = $patron->cardnumber;
1203
                    $needsconfirmation{'rescardnumber'} = $patron->cardnumber;
1204
                    $needsconfirmation{'resborrowernumber'} = $patron->borrowernumber;
1204
                    $needsconfirmation{'resborrowernumber'} = $patron->borrowernumber;
1205
                    $needsconfirmation{'resbranchcode'} = $patron->branchcode;
1205
                    $needsconfirmation{'resbranchcode'} = $res->{branchcode};
1206
                    $needsconfirmation{'resreservedate'} = $res->{reservedate};
1206
                    $needsconfirmation{'resreservedate'} = $res->{reservedate};
1207
                    $needsconfirmation{'reserve_id'} = $res->{reserve_id};
1207
                    $needsconfirmation{'reserve_id'} = $res->{reserve_id};
1208
                }
1208
                }
Lines 1213-1219 sub CanBookBeIssued { Link Here
1213
                    $needsconfirmation{'ressurname'} = $patron->surname;
1213
                    $needsconfirmation{'ressurname'} = $patron->surname;
1214
                    $needsconfirmation{'rescardnumber'} = $patron->cardnumber;
1214
                    $needsconfirmation{'rescardnumber'} = $patron->cardnumber;
1215
                    $needsconfirmation{'resborrowernumber'} = $patron->borrowernumber;
1215
                    $needsconfirmation{'resborrowernumber'} = $patron->borrowernumber;
1216
                    $needsconfirmation{'resbranchcode'} = $patron->branchcode;
1216
                    $needsconfirmation{'resbranchcode'} = $res->{branchcode};
1217
                    $needsconfirmation{'resreservedate'} = $res->{reservedate};
1217
                    $needsconfirmation{'resreservedate'} = $res->{reservedate};
1218
                    $needsconfirmation{'reserve_id'} = $res->{reserve_id};
1218
                    $needsconfirmation{'reserve_id'} = $res->{reserve_id};
1219
                }
1219
                }
1220
- 

Return to bug 31447