Lines 3475-3480
sub SendCirculationAlert {
Link Here
|
3475 |
branches => $branch, |
3475 |
branches => $branch, |
3476 |
}; |
3476 |
}; |
3477 |
|
3477 |
|
|
|
3478 |
# TODO: Currently, we need to pass an issue_id as identifier for old_issues, but still an itemnumber for issues. |
3479 |
# See C4::Letters:: _parseletter_sth |
3478 |
if( $type eq 'CHECKIN' ){ |
3480 |
if( $type eq 'CHECKIN' ){ |
3479 |
$tables->{old_issues} = $issue->issue_id; |
3481 |
$tables->{old_issues} = $issue->issue_id; |
3480 |
} else { |
3482 |
} else { |
3481 |
- |
|
|