Release Date: 13 May 2026
Release Summary
- Fixed an issue where country codes were missing from printed documents after upgrading to BC v28.
- Fixed the "Show Both Addresses" toggle not displaying the Bill-to Address on Posted Sales Shipments.
- Fixed address font size being smaller in v28 than in v27 due to an unintended side effect in the address rendering logic.
- Introduced logic to suppress MDI variant master/comment lines on posted documents when none of the variants in that group have been shipped or invoiced.
Bug Fixes
General
Country code missing from documents after upgrading to BC v28.+
After upgrading to Business Central v28, country codes were no longer appearing on printed documents — even when the address setup was correctly configured. This was a regression introduced with the BC v28 update. The fix restores the expected behaviour, ensuring country codes are correctly rendered on all document types.
"Show Both Addresses" toggle does not display Bill-to Address on Posted Sales Shipments.+
When the "Show Both Addresses" toggle was enabled on a Document Customizer Content Card, the Bill-to Address label was shown on Posted Sales Shipments, but the actual address data was missing. The fix ensures that enabling this toggle correctly renders the full Bill-to Address — including all address lines — on Posted Sales Shipments.
Address font size is smaller in v28 compared to v27.+
Following the upgrade to Document Customizer v28, customers noticed that address fields on printed documents were rendered in a smaller font than in v27. This was caused by an unintended side effect in the address rendering logic, where the address font size fell back to the general body font size instead of using the dedicated Address Font Size setting. The fix restores the correct font size for address blocks on printed documents.
Redesign
General
MDI variant master lines are now suppressed on posted documents when no variants in the group were shipped.+
When using Item Variants from Master Data Information (MDI) on sales orders with multiple Style Masters, posted invoices would previously show the master/comment line for every variant group — even those where no variants had been shipped. This made the printed document misleading for customers.
The existing comment-line and zero-quantity toggles did not handle this case correctly: showing comment lines meant all master lines appeared regardless of shipment status, while hiding them removed useful context even for groups that were shipped.
This redesign introduces a correlation between each variant master/comment line and its child variant lines. A master line is now only printed on the posted document if at least one variant in its group has been shipped or invoiced on that document. Each variant group is evaluated independently, so documents with multiple Style Masters will correctly show some master lines while suppressing others — based on actual shipment content.