Merge lp:~vauxoo/openerp-mexico-localization/7.0-l10n_mx_diot_fix_column_tax_11_dev_ernesto into lp:openerp-mexico-localization/7.0

Status: Merged
Merged at revision: 257
Proposed branch: lp:~vauxoo/openerp-mexico-localization/7.0-l10n_mx_diot_fix_column_tax_11_dev_ernesto
Merge into: lp:openerp-mexico-localization/7.0
Diff against target: 12 lines (+1/-1)
1 file modified
l10n_mx_diot_report/wizard/wizard_diot_report.py (+1/-1)
To merge this branch: bzr merge lp:~vauxoo/openerp-mexico-localization/7.0-l10n_mx_diot_fix_column_tax_11_dev_ernesto
Reviewer Review Type Date Requested Status
Luis Ernesto García Medina - http://www.vauxoo.com Pending
Moisés López - http://www.vauxoo.com Pending
Isaac López Zúñiga Pending
Review via email: mp+181890@code.launchpad.net

Description of the change

Se corrigio la columna en la que se escribe el iva 11%

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_mx_diot_report/wizard/wizard_diot_report.py'
2--- l10n_mx_diot_report/wizard/wizard_diot_report.py 2013-08-13 23:10:16 +0000
3+++ l10n_mx_diot_report/wizard/wizard_diot_report.py 2013-08-23 18:29:23 +0000
4@@ -254,7 +254,7 @@
5 'nationality': values_diot[6],
6 'value_of_acts_or_activities_paid_at_the_rate_of_16%': int(
7 round((values_diot[7]), 0)),
8- 'amount_of_non-creditable_VAT_paid_at_the_rate_of_16%': int(
9+ 'value_of_acts_or_activities_paid_at_the_rate_of_11%_VAT': int(
10 round((values_diot[8]), 0)),
11 'value_of_the_other_acts_or_activities_paid_at_the_rate_of'
12 '_0%_VAT': int(round((values_diot[9]), 0)),