This is a snapshot of Indico's old Trac site. Any information contained herein is most probably outdated. Access our new GitHub site here.

Ticket #1015: fskmh_currency_add_zar.patch

File fskmh_currency_add_zar.patch, 449 bytes (added by fskmh, 4 years ago)

Patch to add ZAR to MaKaC/webinterface/common/currency.py

  • indico-0.98/indico/MaKaC/webinterface/common/currency.py

     
    2121from xml.sax.saxutils import quoteattr, escape 
    2222 
    2323class CurrencyRegistry: 
    24     _items = ["","CHF","EUR","USD", "GBP", "CZK"] 
     24    _items = ["","CHF","EUR","USD","GBP","CZK","ZAR"] 
    2525 
    2626    def getList( self ): 
    2727        return self._items