small fix
This commit is contained in:
parent
88d62d8033
commit
d1c8eeb790
|
@ -1,5 +1,5 @@
|
|||
<% @contracts.each do |contract| %>
|
||||
<% site = contract.get_site if request.type == "existing" %>
|
||||
<% site = contract.get_site if contract.type == "existing" %>
|
||||
<tr>
|
||||
<td><%= contract.uid %>
|
||||
<td><%= contract.contract_user.name %></td>
|
||||
|
|
Loading…
Reference in New Issue