This commit is contained in:
Bilal
2020-07-21 22:39:55 +02:00
parent 141ab42d4b
commit eefc991207

View File

@@ -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?