From 00ba0a100b5746dec18a44c241601bf485685ccb Mon Sep 17 00:00:00 2001 From: Donald Booth Date: Tue, 4 Aug 2020 13:25:53 -0500 Subject: [PATCH 1/3] Added known issue. --- src/guides/v2.4/release-notes/b2b-release-notes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/guides/v2.4/release-notes/b2b-release-notes.md b/src/guides/v2.4/release-notes/b2b-release-notes.md index faf5f7014e9..1f9cc2db415 100644 --- a/src/guides/v2.4/release-notes/b2b-release-notes.md +++ b/src/guides/v2.4/release-notes/b2b-release-notes.md @@ -40,3 +40,7 @@ These release notes can include: - {:.fix} Previously, using the API to save a quote item when backorder is set to "Allowed and Notify Customer" would fail. This API call now works as expected. - {:.fix} The Fixed Product Tax is now displayed on the Quotes detail page. - {:.fix} Previously, clicking on an attachment in the Comments tab of the My Quotes page would fail to download the file. This behavior now works as expected. + +### Known Issues + +- If items in a purchase order that are out-of-stock, or of insufficient quantity when the purchase order is converted into an actual order, an error will occur. If backorders are enabled, the order will be processed normally. From b16401d4f66bd68674ebfcc0cf91f7f3df83266b Mon Sep 17 00:00:00 2001 From: Donald Booth Date: Tue, 4 Aug 2020 14:26:12 -0500 Subject: [PATCH 2/3] Added second note --- src/guides/v2.4/release-notes/b2b-release-notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/guides/v2.4/release-notes/b2b-release-notes.md b/src/guides/v2.4/release-notes/b2b-release-notes.md index 1f9cc2db415..b1c91237460 100644 --- a/src/guides/v2.4/release-notes/b2b-release-notes.md +++ b/src/guides/v2.4/release-notes/b2b-release-notes.md @@ -44,3 +44,4 @@ These release notes can include: ### Known Issues - If items in a purchase order that are out-of-stock, or of insufficient quantity when the purchase order is converted into an actual order, an error will occur. If backorders are enabled, the order will be processed normally. +- If a discount code expires before a purchase order is approved, the PO continues to show the discounted amount. Once the PO is approved, the order is placed at the non-discounted total. From 0495de6766f0b4c2f4717215fa7a3f7f9d389bb6 Mon Sep 17 00:00:00 2001 From: Donald Booth Date: Tue, 4 Aug 2020 15:58:08 -0500 Subject: [PATCH 3/3] Grammar --- src/guides/v2.4/release-notes/b2b-release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guides/v2.4/release-notes/b2b-release-notes.md b/src/guides/v2.4/release-notes/b2b-release-notes.md index b1c91237460..9774664328c 100644 --- a/src/guides/v2.4/release-notes/b2b-release-notes.md +++ b/src/guides/v2.4/release-notes/b2b-release-notes.md @@ -43,5 +43,5 @@ These release notes can include: ### Known Issues -- If items in a purchase order that are out-of-stock, or of insufficient quantity when the purchase order is converted into an actual order, an error will occur. If backorders are enabled, the order will be processed normally. +- If items in a purchase order are out-of-stock, or of insufficient quantity when the purchase order is converted into an actual order, an error will occur. If backorders are enabled, the order will be processed normally. - If a discount code expires before a purchase order is approved, the PO continues to show the discounted amount. Once the PO is approved, the order is placed at the non-discounted total.