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

Opened 4 years ago

Closed 3 years ago

#1015 closed enhancement (duplicate)

Patch to add ZAR currency to 0.98

Reported by: fskmh Owned by:
Priority: normal Milestone:
Component: General Version:
Keywords: Cc:

Description

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

--- indico-0.98/indico/MaKaC/webinterface/common/currency.py 2012-03-31 13:57:51.000000000 +0200
+++ indico-0.98/indico/MaKaC/webinterface/common/currency.py 2012-03-31 14:01:49.000000000 +0200
@@ -21,7 +21,7 @@

from xml.sax.saxutils import quoteattr, escape


class CurrencyRegistry?:

  • _items = ["","CHF","EUR","USD", "GBP", "CZK"]

+ _items = ["","CHF","EUR","USD","GBP","CZK","ZAR"]

def getList( self ):

return self._items

Attachments (1)

fskmh_currency_add_zar.patch (449 bytes) - added by fskmh 4 years ago.
Patch to add ZAR to MaKaC/webinterface/common/currency.py

Download all attachments as: .zip

Change History (2)

Changed 4 years ago by fskmh

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

comment:1 Changed 3 years ago by pferreir

  • Resolution set to duplicate
  • Status changed from new to closed

This can be considered as a duplicate of #785 (pending integration), as it provides a more general way of doing the same.

Note: See TracTickets for help on using tickets.