small fix

This commit is contained in:
Harry Bomrah 2017-09-19 19:16:21 +08:00
parent 88d62d8033
commit d1c8eeb790
1 changed files with 1 additions and 1 deletions

View File

@ -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>