feat: enable custom entries and custom information requirements

This commit is contained in:
José Oliveira 2022-01-13 15:30:31 +00:00
parent e44e5012f1
commit bd0701236c
9 changed files with 257 additions and 129 deletions

View file

@ -993,6 +993,7 @@ function addCustomField (customerId, label, value) {
}
})
)
.then(res => !_.isNil(res))
}
function saveCustomField (customerId, fieldId, newValue) {