Skip to content

Commit

Permalink
Merge branch 'master' into version1
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Goodman committed Feb 2, 2014
2 parents 3c0d092 + 41c60c6 commit 9b0ebb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/allscripts_unity_client/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,7 @@ def save_task_status(userid, transaction_id = nil, status = nil, delegate_id = n
xml.refills("value" => taskchanges[:refills]) unless taskchanges.nil? || taskchanges[:refills].nil?
xml.days("value" => taskchanges[:days]) unless taskchanges.nil? || taskchanges[:days].nil?
xml.qty("value" => taskchanges[:qty]) unless taskchanges.nil? || taskchanges[:qty].nil?
xml.tasktype("value" => taskchanges[:tasktype]) unless taskchanges.nil? || taskchanges[:tasktype].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 = "1.3.2"
VERSION = "1.3.3"
end

0 comments on commit 9b0ebb7

Please sign in to comment.