Browse Source

typo line 74

pull/21/head
blaggacao 11 years ago
parent
commit
c99b14b290
  1. 2
      res_partner_fiscal_document/res_partner.py

2
res_partner_fiscal_document/res_partner.py

@ -71,7 +71,7 @@ class ResPartner(models.Model):
res = self._validateandformatid() res = self._validateandformatid()
if res['output_type'] and res['output_id']: if res['output_type'] and res['output_id']:
self.fiscal_id_type = res['output_type'] self.fiscal_id_type = res['output_type']
self.fiscal_id = , res['output_id']
self.fiscal_id = res['output_id']
# Procedure for Copying # Procedure for Copying
self._copyid() self._copyid()

Loading…
Cancel
Save