Commit d7ae3d10 authored by Sebastien Robin's avatar Sebastien Robin

added usd_variation_list

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8648 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4dc61a62
......@@ -277,6 +277,7 @@ class TestERP5BankingMixin:
# Define static values (only use prime numbers to prevent confusions like 2 * 6 == 3 * 4)
# variation list is the list of years for banknotes and coins
self.variation_list = ('variation/1992', 'variation/2003')
self.usd_variation_list = ('variation/not_defined',)
# quantity of banknotes of 10000 :
self.quantity_10000 = {}
# 2 banknotes of 10000 for the year 1992
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment