From 00de83fc5c1cda037fff91db5c49ba68c3a54b04 Mon Sep 17 00:00:00 2001 From: Anthony Davis Date: Thu, 29 May 2014 20:01:02 -0500 Subject: [PATCH] Fixing VRFS-1701 - API requires countrycode in the value attrib --- web/app/views/users/new.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/views/users/new.html.erb b/web/app/views/users/new.html.erb index 13d101d5f..18218f7ee 100644 --- a/web/app/views/users/new.html.erb +++ b/web/app/views/users/new.html.erb @@ -40,7 +40,7 @@ <% @countriesx.each do |country| %> <% unless country[:countrycode].blank? %> - + <% end %> <% end %>