Merge lp:~savoirfairelinux-openerp/openerp-canada/7.0-l10n_ca_account_check_writing-dollar into lp:~savoirfairelinux-openerp/openerp-canada/7.0-l10n_ca_account_check_writing-print-lang

Status: Merged
Merged at revision: 15
Proposed branch: lp:~savoirfairelinux-openerp/openerp-canada/7.0-l10n_ca_account_check_writing-dollar
Merge into: lp:~savoirfairelinux-openerp/openerp-canada/7.0-l10n_ca_account_check_writing-print-lang
Diff against target: 12 lines (+1/-1)
1 file modified
l10n_ca_account_check_writing/account_voucher.py (+1/-1)
To merge this branch: bzr merge lp:~savoirfairelinux-openerp/openerp-canada/7.0-l10n_ca_account_check_writing-dollar
Reviewer Review Type Date Requested Status
Maxime Chambreuil (http://www.savoirfairelinux.com) Approve
Review via email: mp+165751@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Maxime Chambreuil (http://www.savoirfairelinux.com) (max3903) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'l10n_ca_account_check_writing/account_voucher.py'
2--- l10n_ca_account_check_writing/account_voucher.py 2013-05-24 15:19:18 +0000
3+++ l10n_ca_account_check_writing/account_voucher.py 2013-05-25 16:18:24 +0000
4@@ -39,7 +39,7 @@
5
6 #TODO : generic amount_to_text is not ready yet, otherwise language (and country) and currency can be passed
7 #amount_in_word = amount_to_text(amount, context=context)
8- amount_in_word = amount_to_text(amount, currency='Canadian Dollars')
9+ amount_in_word = amount_to_text(amount, currency='Dollars')
10 default['value'].update({'amount_in_word':amount_in_word})
11 if journal_id:
12 allow_check_writing = self.pool.get('account.journal').browse(

Subscribers

People subscribed via source and target branches