fix not showing error

This commit is contained in:
chiu 2020-05-15 19:16:04 +08:00
parent 08e8ca7487
commit ba733f6680
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@
</td>
<td><%= patent.patent_no %></td>
<td><%= patent.patent_country %></td>
<td><%= Array(patent.member_profile).collect{|v| v.name}.join(' / ') %></td>
<td><%= get_type_authors_show(patent).html_safe %></td>
</tr>
<% end %>
</tbody>