Skip to content

Commit

Permalink
🚑️ fix: Attempt to nuke invoice number
Browse files Browse the repository at this point in the history
  • Loading branch information
kiloreven committed Jan 4, 2024
1 parent 2f091f7 commit 0f8293d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oda_wd_client/service/resource_management/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ class SupplierInvoice(WorkdayReferenceBaseModel):
workday_id_type: Literal[
"Supplier_invoice_Reference_ID"
] = "Supplier_invoice_Reference_ID"
invoice_number: str
invoice_number: str | None
company: Company
currency: Currency
supplier: Supplier
Expand Down

0 comments on commit 0f8293d

Please sign in to comment.