Story#105855968 - Exclude registrars in directo monthly invoices

This commit is contained in:
Vladimir Krylov 2016-03-11 11:23:11 +02:00
parent ef55560d0e
commit 519046064d
4 changed files with 12 additions and 2 deletions

View file

@ -57,7 +57,7 @@ class Admin::RegistrarsController < AdminController
def registrar_params
params.require(:registrar).permit(
:name, :reg_no, :vat_no, :street, :city, :state, :zip, :billing_address,
:country_code, :email, :phone, :billing_email, :code
:country_code, :email, :phone, :billing_email, :code, :exclude_in_monthly_directo
)
end
end