๐ข Release Overview
Migration Required: No
๐ Changed
Adjust layout margins on lab requisition PDFs: Refactored the layout spacing by moving the margin 0.25" to the right, balancing the document structure so content does not sit directly against the page edge. labs#1365
๐ Fixed
Fix NullReferenceException on lab orders with text-only reason codes: Resolved a server crash during order bundle normalization where a
NullReferenceExceptionwas thrown if aServiceRequest.reasonCodeentry contained text but lacked a coding array. labs#1359
