Skip to content
Snippets Groups Projects
Commit 3baea667 authored by Peter Rotich's avatar Peter Rotich
Browse files

Merge pull request #797 from greezybacon/feature/more-org-fields


Add more fields to the organization initially

Reviewed-By: default avatarPeter Rotich <peter@osticket.com>
parents 1fba9fd1 18be0470
No related branches found
No related tags found
No related merge requests found
...@@ -144,7 +144,7 @@ ...@@ -144,7 +144,7 @@
rows: 2 rows: 2
cols: 40 cols: 40
html: false html: false
maxlength: 100 length: 100
- type: O # notrans - type: O # notrans
title: Organization Information title: Organization Information
...@@ -161,11 +161,37 @@ ...@@ -161,11 +161,37 @@
size: 40 size: 40
length: 64 length: 64
- type: memo
name: address
label: Address
required: false
sort: 2
configuration:
rows: 2
cols: 40
length: 100
html: false
- type: phone
name: phone
label: Phone
required: false
sort: 3
- type: text
name: website
label: Website
required: false
sort: 4
configuration:
size: 40
length: 0
- type: memo # notrans - type: memo # notrans
name: notes name: notes
label: Internal Notes label: Internal Notes
required: false required: false
sort: 2 sort: 5
configuration: configuration:
rows: 4 rows: 4
cols: 40 cols: 40
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment