Ignore:
Timestamp:
28 Dec 2022, 09:57:26 (21 months ago)
Author:
Henrik Bettermann
Message:

Add p_currency field.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/utils/utils.py

    r16922 r17246  
    363363        }
    364364
     365    CURRENCY_DICT = {
     366        'NGN': u"\N{naira sign} (Naira)",
     367        'EUR': u"\N{euro sign} (Euro)",
     368        'USD': u"\N{dollar sign} (US Dollar)",
     369        'GBP': u"\N{pound sign} (Pound Sterling)",
     370        }
     371
    365372    @property
    366373    def tzinfo(self):
Note: See TracChangeset for help on using the changeset viewer.