From 2bcd9db4e98e9b74462cd284c813fc7a1f08881b Mon Sep 17 00:00:00 2001 From: Serhii_Nosko Date: Thu, 12 Dec 2024 18:30:07 +0200 Subject: [PATCH] Prepare for Ramsons BUg Fix release v12.9.5 --- NEWS.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/NEWS.md b/NEWS.md index 4cf915b20..20998dbf2 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,14 @@ ## 13.0.0 - Unreleased +## 12.9.5 - Released (Ramsons R2 2024) +The primary focus of this release was to add missed module permission and do some queries optimization for fetching user-tenants for validation +only when the Central Ordering feature is enabled. +[Full Changelog](https://github.com/folio-org/mod-orders/compare/v12.9.4...v12.9.5) + +### Bug Fixes +* [MODORDERS-1223](https://issues.folio.org/browse/MODORDERS-1223) - (ECS) Can open/unopen order with PO line locations from tenant in which user does not have affiliation + + ## 12.9.4 - Released (Ramsons R2 2024) The primary focus of this release was to fix issue with preventing opening order with PO line locations from tenant in which user does not have affiliation and fixing error when trying to unopen an ongoing order to add a purchase order line with multiple funds.