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

Remove unused fields

batchid- and voucherno_interface are not used.

They where originally added because someone thought we should enforce
relations in software :clown:
parent fdb682ed
No related branches found
No related tags found
1 merge request!2Remove unused fields
Pipeline #50191 passed
......@@ -38,7 +38,6 @@ class Batch(BaseModel):
period: str
interface: str
vouchertype: str
batchid_interface: str
class Voucher(BaseModel):
......@@ -69,7 +68,6 @@ class Transaction(BaseModel):
discdate: Optional[datetime.date]
duedate: Optional[datetime.date]
extinvref: Optional[str]
voucherno_interface: Optional[str]
class Multi(BaseModel):
......
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