To implement this hotfix, you must have a developer license.
You do not have to have rights to the data stores unless you have to perform data repair.
To resolve this problem, change the code in the the Aged Accounts Payables report (322) to the following:
DataItemIndent=1;
DataItemTable=Table25;
DataItemTableView=SORTING(Vendor No.,Posting Date,Currency Code);
// Add the following line.
PrintOnlyIfDetail=Yes;
OnPreDataItem=BEGIN
…
DataItemIndent=1;
DataItemTable=Table25;
DataItemTableView=SORTING(Vendor No.,Open,Positive,Due Date,Currency Code);
DataItemVarName=OpenVendorLedgEntry;
// Add the following line.
PrintOnlyIfDetail=Yes;
OnPreDataItem=BEGIN
IF AgingBy = AgingBy::"Posting Date" THEN BEGIN
…
RDLDATA
{
<?xml version="1.0" encoding="utf-8"?>
<Report xmlns="http://schemas.microsoft.com/sqlserver/reporting/2005/01/reportdefinition" xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner">
<Body>
// The following line is changed.
<Height>14.69722cm</Height>
<ReportItems>
…
</TableCell>
</TableCells>
</TableRow>
<TableRow>
// The following line is changed.
<Height>0.823cm</Height>
<TableCells>
<TableCell>
<ReportItems>
<Textbox Name="textbox272">
…
</TableRow>
<TableRow>
// The following line is changed.
<Height>0.823cm</Height>
<TableCells>
<TableCell>
<ReportItems>
<Textbox Name="textbox314">
…
<Width>1.5131cm</Width>
</TableColumn>
<TableColumn>
// The following line is changed.
<Width>0.8cm</Width>
</TableColumn>
…
<PageWidth>21cm</PageWidth>
<TopMargin>2cm</TopMargin>
// The following line is changed.
<Width>18.47024cm</Width>
<rd:DrawGrid>true</rd:DrawGrid>
<rd:ReportID>579e7511-4a8c-4b64-b9f0-93fb21beb5da</rd:ReportID>