add amendment field to contract template form

This commit is contained in:
Bilal
2020-07-20 20:02:07 +02:00
parent 8f13589c55
commit 9bf68d8fd6
5 changed files with 10 additions and 2 deletions

View File

@@ -82,7 +82,7 @@ class ContractTemplatesController < ApplicationController
params
.require(:contract_template)
.permit(:name, :release_type, :body, :guardian_clause,
:signature_legal_text, :fee,
:signature_legal_text, :fee, :amendment_clause,
:applicable_medium_id, :applicable_medium_text,
:territory_id, :territory_text,
:term_id, :term_text, :accessibility,