We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c29a166 commit 5c3363dCopy full SHA for 5c3363d
satdigitalinvoice/facturacion.py
@@ -740,7 +740,7 @@ def fact_iter():
740
elif search_text == SearchOptions.PorEnviar:
741
for i in self.get_all_invoices().values():
742
if i["Receptor"]["Rfc"] in self.emisores \
743
- and not self.local_db.notified(i) \
+ and not self.local_db.notified2(i) \
744
and i.estatus() == EstadoComprobante.VIGENTE:
745
yield i
746
elif date_search_text := to_date_period(search_text):
0 commit comments