feat: enable custom entries and custom information requirements
This commit is contained in:
parent
e44e5012f1
commit
bd0701236c
9 changed files with 257 additions and 129 deletions
|
|
@ -993,6 +993,7 @@ function addCustomField (customerId, label, value) {
|
|||
}
|
||||
})
|
||||
)
|
||||
.then(res => !_.isNil(res))
|
||||
}
|
||||
|
||||
function saveCustomField (customerId, fieldId, newValue) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue