Skip to content

Commit 3153637

Browse files
committed
Updated
1 parent a5f0f11 commit 3153637

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • satdigitalinvoice/formatting_functions

satdigitalinvoice/formatting_functions/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def porcentaje(k):
3030
def fecha(date):
3131
day_numero = num_letras(date.day)
3232
anio_numero = num_letras(date.year)
33-
formated_d = format_date(date, locale=LOCALE, format="d '{0} de' MMMM 'del' yyyy '{1}'")
33+
formated_d = format_date(date, locale=LOCALE, format="d '({0}) de' MMMM 'del' yyyy '({1})'")
3434
return formated_d.format(day_numero, anio_numero).upper()
3535

3636

0 commit comments

Comments
 (0)