mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 09:21:43 +02:00
Story#105855968 - Exclude registrars in directo monthly invoices
This commit is contained in:
parent
ef55560d0e
commit
519046064d
4 changed files with 12 additions and 2 deletions
|
@ -82,6 +82,11 @@
|
|||
= f.label :code
|
||||
.col-md-7
|
||||
= f.text_field(:code, class: 'form-control', disabled: !f.object.new_record?)
|
||||
.form-group
|
||||
.col-md-4.control-label
|
||||
= f.label :exclude_in_monthly_directo
|
||||
.col-md-7
|
||||
= f.check_box :exclude_in_monthly_directo, class: 'form-control'
|
||||
|
||||
%hr
|
||||
.row
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue