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

Make vouchertype optional

There are validation rules in SETRA that sets this value to a default
value set in the parameters table of SETRA. For this to be possible
we must allow users to leave out the value.
parent a8314c10
No related branches found
No related tags found
1 merge request!6Make vouchertype optional
Pipeline #54194 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