Lines 49-54
sub to_api_mapping {
Link Here
|
49 |
branchcode => 'library_id', |
49 |
branchcode => 'library_id', |
50 |
issue_id => 'checkout_id', |
50 |
issue_id => 'checkout_id', |
51 |
old_issue_id => 'old_checkout_id', |
51 |
old_issue_id => 'old_checkout_id', |
|
|
52 |
reserve_id => 'hold_id', |
53 |
old_reserve_id => 'old_hold_id', |
52 |
itemnumber => 'item_id', |
54 |
itemnumber => 'item_id', |
53 |
manager_id => 'user_id', |
55 |
manager_id => 'user_id', |
54 |
note => 'internal_note', |
56 |
note => 'internal_note', |