From: Jason Stephenson Date: Tue, 20 Aug 2013 14:03:34 +0000 (-0400) Subject: Fix typo in release notes file name for acq-style-cancelled-delayed. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=3c6a6d4d227a40a4409e8a57bcb7ac882e6b3615;p=evergreen%2Fequinox.git Fix typo in release notes file name for acq-style-cancelled-delayed. Rename acq-style-cancelled-delayted.txt to acq-style-cancelled-dealyed.txt. Signed-off-by: Jason Stephenson --- diff --git a/docs/RELEASE_NOTES_NEXT/Acquisitions/acq-style-cancelled-delayed.txt b/docs/RELEASE_NOTES_NEXT/Acquisitions/acq-style-cancelled-delayed.txt new file mode 100644 index 0000000000..3867adfca2 --- /dev/null +++ b/docs/RELEASE_NOTES_NEXT/Acquisitions/acq-style-cancelled-delayed.txt @@ -0,0 +1,11 @@ +New Feature: Differentiate between cancelled and "delayed" lineitems +==================================================================== +In the ACQ user interface, it is now more clear to users when a lineitem has +been fully cancelled or if it has been cancelled temporarily (e.g. back- +ordered). + +When a lineitem is cancelled, but "keep_debits" is true on the cancel reason, +the lineitem is in effect delayed instead of truly cancelled. This is now +more obvious in the interface with different row styling for cancelled vs +delayed lineitems. We also always show the lineitem cancel reason (label) +next to the non-title attributes in the lineitem list display. diff --git a/docs/RELEASE_NOTES_NEXT/Acquisitions/acq-style-cancelled-delayted.txt b/docs/RELEASE_NOTES_NEXT/Acquisitions/acq-style-cancelled-delayted.txt deleted file mode 100644 index 3867adfca2..0000000000 --- a/docs/RELEASE_NOTES_NEXT/Acquisitions/acq-style-cancelled-delayted.txt +++ /dev/null @@ -1,11 +0,0 @@ -New Feature: Differentiate between cancelled and "delayed" lineitems -==================================================================== -In the ACQ user interface, it is now more clear to users when a lineitem has -been fully cancelled or if it has been cancelled temporarily (e.g. back- -ordered). - -When a lineitem is cancelled, but "keep_debits" is true on the cancel reason, -the lineitem is in effect delayed instead of truly cancelled. This is now -more obvious in the interface with different row styling for cancelled vs -delayed lineitems. We also always show the lineitem cancel reason (label) -next to the non-title attributes in the lineitem list display.