Merge lp:~openerp-dev/openobject-addons/trunk-bug-1184872-dharmraj into lp:openobject-addons

Proposed by Dharmraj Zala(OpenERP)
Status: Needs review
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bug-1184872-dharmraj
Merge into: lp:openobject-addons
Diff against target: 12 lines (+1/-1)
1 file modified
base_iban/base_iban.py (+1/-1)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-bug-1184872-dharmraj
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+166007@code.launchpad.net

Description of the change

Hello,

I have improved the indentation of the base_iban.py file.

Thanks,
Dharmraj.

To post a comment you must log in.

Unmerged revisions

8727. By Dharmraj Zala(OpenERP)

[FIX] Imporved Indentation

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'base_iban/base_iban.py'
2--- base_iban/base_iban.py 2013-04-15 10:23:49 +0000
3+++ base_iban/base_iban.py 2013-05-28 10:31:31 +0000
4@@ -130,7 +130,7 @@
5 def _construct_constraint_msg(self, cr, uid, ids, context=None):
6
7 def default_iban_check(iban_cn):
8- return iban_cn and iban_cn[0] in string.ascii_lowercase and iban_cn[1] in string.ascii_lowercase
9+ return iban_cn and iban_cn[0] in string.ascii_lowercase and iban_cn[1] in string.ascii_lowercase
10
11 iban_country = self.browse(cr, uid, ids)[0].acc_number and self.browse(cr, uid, ids)[0].acc_number[:2].lower()
12 if default_iban_check(iban_country):

Subscribers

People subscribed via source and target branches

to all changes: