bug fixing using cursor
This commit is contained in:
@@ -13,4 +13,8 @@ class Client < ApplicationRecord
|
||||
def editable?
|
||||
referenced_count <= 1
|
||||
end
|
||||
|
||||
def display_name
|
||||
"#{company_name} (#{lastname}, #{firstname})"
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user