Add new operator info fields
This commit is contained in:
parent
15c8e0d862
commit
8330b95de1
2 changed files with 22 additions and 11 deletions
|
|
@ -95,7 +95,9 @@ function poll (req, res, next) {
|
|||
active: config.operatorInfoActive,
|
||||
name: config.operatorInfoName,
|
||||
phone: config.operatorInfoPhone,
|
||||
email: config.operatorInfoEmail
|
||||
email: config.operatorInfoEmail,
|
||||
website: config.operatorInfoWebsite,
|
||||
companyNumber: config.operatorInfoCompanyNumber
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue