Hello Coen,
Trust you are doing well and long time now see.
The VAT Clause table still has the field included:
field(3; "Description 2"; Text[250])
{
Caption = 'Description 2';
}
In StandardSalesInvoice.Report.al the field is still included in version 20 and 20.1. I did not verify it in 20.2:
column(Description_VATClauseLine; VATClause.Description)
{
}
column(Description2_VATClauseLine; VATClause."Description 2")
{
}
In release 20.3 this indeed seems to be missing.
column(Code_VATClauseLine_Lbl; VATClause.FieldCaption(Code))
{
}
column(Description_VATClauseLine; VATClauseText)
{
}
(To me personally) This looks like a bug. What I will do is I will create an internal bug for this issue. If you want a Microsoft engineer to prioritize it and if you want to officially track it, then raise a support ticket. Please refer to this community posting and internal work item with title "Description2_VATClauseLine missing in 1306 word sales invoice" so engineer can map work item with support request.
Hope this helps already.
Thank you.