Announcement

Collapse
No announcement yet.

Add currency XPF

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Add currency XPF

    Hello, i want add the currency XPF (Digital ISO Code: 953). Which files are concerned for currencies changes?

    Thank you for your replies.

  • #2
    To add this currency create a file custom/Espo/Custom/Resources/metadata/entityDefs/Settings.json with the content:
    Code:
    {
        "fields": {
            "currencyList": {
                "options": ["__APPEND__","XPF"]
            }
        }
    }
    After this, go to Administration > Clear cache.
    Job Offers and Requests

    Comment


    • #3
      Hi, it's ok .
      Thank you for help.

      Have a nice day.

      Comment

      Working...
      X