This commit is contained in:
2026-02-03 14:03:46 +01:00
parent 403db5133e
commit 16df1c99a6

View File

@@ -721,7 +721,7 @@ class ShipmentIn(metaclass=PoolMeta):
{
"filename": attachments[0].name,
"content": content_b64,
"content_type": attachments[0].mimetype or "application/pdf"
"content_type": "application/pdf"
}
]