Skip to content
Snippets Groups Projects
Commit efcd1abd authored by Petr Kalashnikov's avatar Petr Kalashnikov
Browse files

Add optional progress field to simple batch

parent 1e33c33a
No related branches found
No related tags found
1 merge request!13Fsho12, del 1: mulighet å returnere en liste av batcher uten vouchere
Pipeline #69279 passed
...@@ -82,6 +82,7 @@ class Batch(BaseModel): ...@@ -82,6 +82,7 @@ class Batch(BaseModel):
period: typing.Optional[str] period: typing.Optional[str]
interface: str interface: str
vouchertype: typing.Optional[str] vouchertype: typing.Optional[str]
batch_progress: typing.Optional[str]
vouchers: typing.Optional[typing.List[Voucher]] vouchers: typing.Optional[typing.List[Voucher]]
......
...@@ -3,5 +3,6 @@ ...@@ -3,5 +3,6 @@
"batchid": 20, "batchid": 20,
"period": 30, "period": 30,
"interface": 40, "interface": 40,
"batch_progress": "ubw_import_ok",
"vouchertype": 50 "vouchertype": 50
} }
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