Skip to content

Commit

Permalink
agrego correos
Browse files Browse the repository at this point in the history
  • Loading branch information
satcfdi committed Apr 5, 2024
1 parent 3e84a62 commit bfed15b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion satdigitalinvoice/facturacion.py
Original file line number Diff line number Diff line change
Expand Up @@ -850,7 +850,7 @@ def nuevos_depositos(self, values, force=False):
if has_value or force:
depositos = generar_depositos(
clients=ClientsManager(),
facturas=FacturasManager(None)["Facturas"],
facturas=FacturasManager(date.today())["Facturas"],
)
depositos_table.update(
values=depositos,
Expand Down
2 changes: 2 additions & 0 deletions satdigitalinvoice/schemas/factura.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ properties:
type: integer
_deposito:
type: number
_deposito_contabilizar:
type: boolean
_producto:
type: string
ValorUnitario:
Expand Down

0 comments on commit bfed15b

Please sign in to comment.