Merge lp:~vauxoo/bank-management/bug_963339 into lp:bank-management

Proposed by Javier Duran
Status: Merged
Merged at revision: 64
Proposed branch: lp:~vauxoo/bank-management/bug_963339
Merge into: lp:bank-management
Diff against target: 9 lines (+0/-1)
1 file modified
account_voucher_patch/account_voucher.py (+0/-1)
To merge this branch: bzr merge lp:~vauxoo/bank-management/bug_963339
Reviewer Review Type Date Requested Status
Javier Duran (community) Approve
Aristóbulo Meneses (community) Approve
Review via email: mp+105097@code.launchpad.net

Description of the change

Correccion del bug 963339, generación de asiento en blanco.

To post a comment you must log in.
Revision history for this message
Aristóbulo Meneses (aristobulo) wrote :

Esto resuelve el tema del asiento en cero, pero aún me queda la espina con ese método, si lo comentas junto al método que lo referencia el módulo sigue funcionando correctamente y se generan los pagos. Supongo que se puede revisar y mejorar.

review: Approve
Revision history for this message
Javier Duran (javieredm) wrote :

Unido a la rama principal:

revno: 64 [merge]
revision-id: javier@squezee-vir-20120508184530-1r3icx55hooc3rf5

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'account_voucher_patch/account_voucher.py'
2--- account_voucher_patch/account_voucher.py 2012-01-03 22:56:10 +0000
3+++ account_voucher_patch/account_voucher.py 2012-05-08 17:57:17 +0000
4@@ -105,7 +105,6 @@
5 'ref': ref,
6 'period_id': voucher_brw.period_id and voucher_brw.period_id.id or False
7 }
8- move_id = move_obj.create(cr, uid, move)
9 return move
10
11

Subscribers

People subscribed via source and target branches

to all changes: