Skip to content

Commit

Permalink
Merge branch 'master' into version2
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Goodman committed Jul 8, 2014
2 parents a34c0b0 + 90a1ccf commit efcb30f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/allscripts_unity_client/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -582,6 +582,8 @@ def save_task_status(userid, transaction_id = nil, status = nil, delegate_id = n
xml.qty('value' => taskchanges[:qty]) unless taskchanges.nil? || taskchanges[:qty].nil?
xml.tasktype('value' => taskchanges[:tasktype]) unless taskchanges.nil? || taskchanges[:tasktype].nil?
xml.delegated('value' => taskchanges[:delegated]) unless taskchanges.nil? || taskchanges[:delegated].nil?
xml.taskstatus('value' => taskchanges[:taskstatus]) unless taskchanges.nil? || taskchanges[:taskstatus].nil?
xml.removereason('value' => taskchanges[:removereason]) unless taskchanges.nil? || taskchanges[:removereason].nil?
}
end

Expand Down
2 changes: 1 addition & 1 deletion lib/allscripts_unity_client/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module AllscriptsUnityClient
VERSION = '2.1.2'
VERSION = '2.1.3'
end

0 comments on commit efcb30f

Please sign in to comment.