Skip to content

Commit

Permalink
save new lib and homeloc to batch transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
tallenaz committed Aug 8, 2016
1 parent 8c8f715 commit 6d6ad8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/models/uni_updates_batch.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ def self.create_transfer_item_batch(params)
user_name: params[:transfer_item][:user_name],
user_email: params[:transfer_item][:email],
orig_lib: params[:transfer_item][:current_library],
new_lib: params[:transfer_item][:new_library],
new_homeloc: params[:transfer_item][:new_homeloc],
action: params[:transfer_item][:action],
priority: params[:transfer_item][:priority],
export_yn: params[:transfer_item][:export_yn],
Expand Down

0 comments on commit 6d6ad8e

Please sign in to comment.