Skip to content
Snippets Groups Projects

Fix dateformats

Merged Andreas Ellewsen requested to merge bugfix/voucherdate-required into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -46,7 +46,7 @@ class Transaction(BaseModel):
@@ -46,7 +46,7 @@ class Transaction(BaseModel):
dim7: Optional[str]
dim7: Optional[str]
sequenceno: Optional[int]
sequenceno: Optional[int]
taxcode: Optional[str]
taxcode: Optional[str]
transtype: str
transtype: Optional[str]
extinvref: Optional[str]
extinvref: Optional[str]
Loading