Skip to content
Snippets Groups Projects
Commit becb8e59 authored by Jordi Isidro Llobet's avatar Jordi Isidro Llobet
Browse files

correcció error group_code

parent 080e47cd
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ def start_invoices_oc(db):
db.commit()
return []
def get_invoices_oc(db, id_billing_run, gropu_code):
def get_invoices_oc(db, id_billing_run, group_code):
registries = get_invoice_oc(db, id_billing_run, group_code)
return registries
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment