Skip to content

Commit 09b01e1

Browse files
authored
Subscriptions are not printed in the Sales Order confirmation (#5734)
<!-- Thank you for submitting a Pull Request. If you're new to contributing to BCApps please read our pull request guideline below * https://github.com/microsoft/BCApps/Contributing.md --> #### Summary <!-- Provide a general summary of your changes --> This commit restores printing of subscription details on the Sales Order Confirmation (1305) in BC27 for both RDLC and Word “Subscription Billing” layouts, so that subscription lines appear under the sales lines again, matching the behavior in BC26 and in the Sales Quote report. #### Work Item(s) <!-- Add the issue number here after the #. The issue needs to be open and approved. Submitting PRs with no linked issues or unapproved issues is highly discouraged. --> Fixes #5722 [AB#615577](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/615577)
1 parent 41e9163 commit 09b01e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Apps/W1/Subscription Billing/App/Sales Service Commitments/Report Extensions/ContractSalesOrderConf.ReportExt.al

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ reportextension 8010 "Contract Sales Order Conf." extends "Standard Sales - Orde
2424
SalesReportPrintoutMgmt.ExcludeItemFromTotals(Line, TotalSubTotal, TotalInvDiscAmount, TotalAmount, TotalAmountVAT, TotalAmountInclVAT);
2525
end;
2626
}
27-
addlast(AssemblyLine)
27+
addlast(Line)
2828
{
2929
dataitem(ServiceCommitmentHeaderForSalesLine; "Integer")
3030
{

0 commit comments

Comments
 (0)