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

Proposed by Juan Carlos Hernandez
Status: Merged
Merged at revision: 280
Proposed branch: lp:~vauxoo/openerp-mexico-localization/7.0-l10n_mx_facturae_pac_sf_fix_identation_dev_carlos
Merge into: lp:openerp-mexico-localization/7.0
Diff against target: 15 lines (+2/-3)
1 file modified
l10n_mx_facturae_pac_sf/ir_attachment_facturae.py (+2/-3)
To merge this branch: bzr merge lp:~vauxoo/openerp-mexico-localization/7.0-l10n_mx_facturae_pac_sf_fix_identation_dev_carlos
Reviewer Review Type Date Requested Status
Rodolfo Lopez Pending
Moisés López - http://www.vauxoo.com Pending
Isaac López Zúñiga Pending
Review via email: mp+184215@code.launchpad.net

Description of the change

se corrigió la identación,porque a la hora de cancelar con cfdi marcaba el siguiente error
'Not found information of webservices of PAC, verify that the configuration of PAC is correct'

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_facturae_pac_sf/ir_attachment_facturae.py'
2--- l10n_mx_facturae_pac_sf/ir_attachment_facturae.py 2013-08-25 05:04:27 +0000
3+++ l10n_mx_facturae_pac_sf/ir_attachment_facturae.py 2013-09-06 00:06:49 +0000
4@@ -151,9 +151,8 @@
5 else:
6 raise orm.except_orm(_('Warning'), _('Cancel Code: %s.-Status code %s.-Status UUID: %s.-Folio Cancel: %s.-Cancel Message: %s.-Answer Message: %s.') % (
7 codigo_cancel, status_cancel, status_uuid, folio_cancel, mensaje_cancel, msg_nvo))
8- else:
9- msg = _(
10- 'Not found information of webservices of PAC, verify that the configuration of PAC is correct')
11+ else:
12+ msg = _('Not found information of webservices of PAC, verify that the configuration of PAC is correct')
13 return {'message': msg, 'status_uuid': status_uuid, 'status': status}
14
15 def _upload_ws_file(self, cr, uid, ids, fdata=None, context={}):