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