Merge lp:~openerp-dev/openobject-addons/trunk-bug-1164920-ishwar into lp:openobject-addons

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

Description of the change

Hello,

     I have fixed an indentation problem in account module.

Thank you.
Ishwar Malvi

To post a comment you must log in.

Unmerged revisions

8664. By Ishwar Malvi(OpenERP)

[FIX] Account : indentation error in account_move_line.py

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'account/account_move_line.py'
2--- account/account_move_line.py 2013-03-26 09:34:13 +0000
3+++ account/account_move_line.py 2013-04-05 11:51:23 +0000
4@@ -1074,7 +1074,7 @@
5 ctx = context.copy()
6 if ('journal_id' not in ctx):
7 if line.move_id:
8- ctx['journal_id'] = line.move_id.journal_id.id
9+ ctx['journal_id'] = line.move_id.journal_id.id
10 else:
11 ctx['journal_id'] = line.journal_id.id
12 if ('period_id' not in ctx):

Subscribers

People subscribed via source and target branches

to all changes: