Skip to content
Snippets Groups Projects
Commit 061311c9 authored by Andreas Ellewsen's avatar Andreas Ellewsen
Browse files

Merge branch 'feature/voucertype-optional' into 'master'

Make vouchertype optional

See merge request !6
parents a8314c10 0ad16be8
No related branches found
No related tags found
1 merge request!6Make vouchertype optional
Pipeline #54242 passed
......@@ -65,6 +65,6 @@ class Batch(BaseModel):
batchid: str
period: str
interface: str
vouchertype: str
vouchertype: typing.Optional[str]
vouchers: typing.List[Voucher]
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