Add amendment to location release #59

Closed
bilal.catic wants to merge 10 commits from add-amendment-to-location-release into master
Showing only changes of commit eefc991207 - Show all commits

View File

@@ -8,7 +8,11 @@ module Amendmenable
end end
def amendment_signable? def amendment_signable?
if contract_template.present?
contract_template.amendment_clause.present? contract_template.amendment_clause.present?
else
false
end
end end
def amendment_signed? def amendment_signed?