fix
This commit is contained in:
@@ -8,7 +8,11 @@ module Amendmenable
|
||||
end
|
||||
|
||||
def amendment_signable?
|
||||
contract_template.amendment_clause.present?
|
||||
if contract_template.present?
|
||||
contract_template.amendment_clause.present?
|
||||
else
|
||||
false
|
||||
end
|
||||
end
|
||||
|
||||
def amendment_signed?
|
||||
|
||||
Reference in New Issue
Block a user