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
def amendment_signable?
contract_template.amendment_clause.present?
if contract_template.present?
contract_template.amendment_clause.present?
else
false
end
end
def amendment_signed?