fix error

This commit is contained in:
chiu 2020-05-15 19:07:10 +08:00
parent 749e9d6fbf
commit 08e8ca7487
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ class Patent
scope :sort_for_frontend, ->{ where(:is_hidden=>false).order_by(:year => "desc", :application_date => "desc", :publish_date => "desc") }
def member_profile():
def member_profile()
(super || MemberProfile.find(self.member_profile_id)) rescue nil
end
def get_plugin_data(fields_to_show)