Skip to content
Snippets Groups Projects
Commit 57e32e0b authored by Jo Sama's avatar Jo Sama :scream:
Browse files

Make period optional for InputBatch

Validation rule 12 defines period as an optional field. If empty, it
will be populated by master data.
parent d987abc4
No related branches found
No related tags found
1 merge request!17Refactor models and methods for batches
Pipeline #81779 passed
......@@ -79,7 +79,7 @@ class InputBatch(BaseModel):
client: str
batchid: str
period: int
period: Optional[int]
interface: str
vouchertype: str
vouchers: 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