Lines 1001-1006
sub add_request {
Link Here
|
1001 |
$request->branchcode( $params->{other}->{branchcode} ); |
1001 |
$request->branchcode( $params->{other}->{branchcode} ); |
1002 |
$request->status( $unauthenticated_request ? 'UNAUTH' : 'NEW' ); |
1002 |
$request->status( $unauthenticated_request ? 'UNAUTH' : 'NEW' ); |
1003 |
$request->backend( $params->{other}->{backend} ); |
1003 |
$request->backend( $params->{other}->{backend} ); |
|
|
1004 |
$request->notesopac( $params->{other}->{notesopac} ) if exists $params->{other}->{notesopac}; |
1004 |
$request->placed( dt_from_string() ); |
1005 |
$request->placed( dt_from_string() ); |
1005 |
$request->updated( dt_from_string() ); |
1006 |
$request->updated( dt_from_string() ); |
1006 |
$request->batch_id( |
1007 |
$request->batch_id( |