Skip to content

Commit e6bf578

Browse files
committed
Initial
1 parent 87d653a commit e6bf578

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

satdigitalinvoice/environments.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ def moneda_nacional(k):
6161
def numero(k):
6262
return common.numero(k)
6363

64+
@self.filter
65+
def letras(k):
66+
return common.num_letras(k)
67+
6468
@self.filter
6569
def porcentaje(k):
6670
return common.porcentaje(k)

0 commit comments

Comments
 (0)