Skip to content

Commit

Permalink
[MODORDERS-812] - Release 12.4.5 (#677)
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdulkhakimov authored Dec 12, 2022
1 parent 61874fe commit 74be08e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
9 changes: 9 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
## 12.5.0 - Unreleased

## 12.4.5 - Released Morning Glory 2022 R2 Hot Fix 2
The focus of this release was to fix protected productId field

[Full Changelog](https://github.com/folio-org/mod-invoice/compare/v12.4.4...v12.4.5)

### Bug Fixes
* [MODORDERS-810](https://issues.folio.org/browse/MODORDERS-810) Invoice is unable to approve due to protected fields on productIds


## 12.4.4 - Released Morning Glory 2022 R2 Hot Fix 1
The focus of this release was to add copyright notice for FolioVertxCompletableFuture

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import static org.folio.orders.utils.POLineFieldNames.CHECKIN_ITEMS;
import static org.folio.orders.utils.POLineFieldNames.COLLECTION;
import static org.folio.orders.utils.POLineFieldNames.CONTRIBUTORS;
import static org.folio.orders.utils.POLineFieldNames.DETAILS_PRODUCT_IDS;
import static org.folio.orders.utils.POLineFieldNames.DETAILS_SUBSCRIPTION_INTERVAL;
import static org.folio.orders.utils.POLineFieldNames.DONOR;
import static org.folio.orders.utils.POLineFieldNames.ERESOURCE_CREATE_INVENTORY;
Expand Down Expand Up @@ -37,7 +36,7 @@

public class POLineProtectedFieldsUtil {
private static final List<String> commonProtectedFieldNames = Stream.of(ACQUISITION_METHOD, CHECKIN_ITEMS,
COLLECTION, CONTRIBUTORS, DONOR, DETAILS_PRODUCT_IDS, DETAILS_SUBSCRIPTION_INTERVAL,
COLLECTION, CONTRIBUTORS, DONOR, DETAILS_SUBSCRIPTION_INTERVAL,
ORDER_FORMAT, RUSH, SELECTOR, VENDORDETAIL_INSTRUCTION_TO_VENDOR, LAST_EDI_EXPORT_DATE)
.map(POLineFieldNames::getFieldName).collect(Collectors.toList());

Expand Down

0 comments on commit 74be08e

Please sign in to comment.