Skip to content

Commit

Permalink
Merge PR #3434 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Feb 12, 2024
2 parents 1024df5 + 91eef91 commit 8c01564
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def _aef_registro_01(self):
vat = vat.replace(self.partner_bank.country_id.code, "")
text += self._aef_convert_text(vat, 15, "left")
# 67 - 74 Fecha proceso
fecha_proceso = fields.first(self.record.payment_line_ids).date
fecha_proceso = fields.Date.today()
text += self._aef_convert_text(str(fecha_proceso).replace("-", ""), 8)
# 75 - 82 Fecha remesa
if self.record.date_prefered == "due":
Expand Down

0 comments on commit 8c01564

Please sign in to comment.