Merge lp:~vauxoo/openerp-venezuela-localization/israel_fix-concept-id into lp:~openerp-venezuela/openerp-venezuela-localization/6.0-trunk

Proposed by Israel Fermin Montilla
Status: Merged
Merged at revision: 437
Proposed branch: lp:~vauxoo/openerp-venezuela-localization/israel_fix-concept-id
Merge into: lp:~openerp-venezuela/openerp-venezuela-localization/6.0-trunk
Diff against target: 11 lines (+1/-1)
1 file modified
l10n_ve_fiscal_requirements/wizard/wizard_invoice_nro_ctrl.py (+1/-1)
To merge this branch: bzr merge lp:~vauxoo/openerp-venezuela-localization/israel_fix-concept-id
Reviewer Review Type Date Requested Status
Nhomar - Vauxoo Pending
Review via email: mp+79324@code.launchpad.net

Description of the change

Fixed the concept_id issue on l10n_ve_fiscal_requirements module with the damaged paper wizard

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'l10n_ve_fiscal_requirements/wizard/wizard_invoice_nro_ctrl.py'
2--- l10n_ve_fiscal_requirements/wizard/wizard_invoice_nro_ctrl.py 2011-10-05 05:53:31 +0000
3+++ l10n_ve_fiscal_requirements/wizard/wizard_invoice_nro_ctrl.py 2011-10-13 18:21:27 +0000
4@@ -85,7 +85,7 @@
5 })
6 break
7 except:
8- raise osv.except_osv(_("ERROR !"), _("You have to install the ISLR Withholding"))
9+ pass
10 invoice_line_id = invoice_line_obj.create(cr, uid, invoice_line, {})
11 return inv_id
12