Skip to content

Instantly share code, notes, and snippets.

@yuhr123
Last active September 17, 2017 15:24
Show Gist options
  • Save yuhr123/ae06fc1c28edec3f872908d190d732d7 to your computer and use it in GitHub Desktop.
Save yuhr123/ae06fc1c28edec3f872908d190d732d7 to your computer and use it in GitHub Desktop.
EspoCRM 添加自定义货币
# custom/Espo/Custom/Resources/metadata/entityDefs/Settings.json
{
"fields": {
"currencyList": {
"options": ["__APPEND__","RMB"]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment