From 6a81402fddf961d837f376a58d93d4c988fd4db9 Mon Sep 17 00:00:00 2001 From: Jane Sandberg Date: Wed, 16 Jan 2019 12:16:56 -0800 Subject: [PATCH] Docs: adding 3.1.9 release notes Signed-off-by: Jane Sandberg --- docs/RELEASE_NOTES_3_1.adoc | 53 +++++++++++++++++++ .../Circulation/patron_bill_fixes.adoc | 24 --------- 2 files changed, 53 insertions(+), 24 deletions(-) delete mode 100644 docs/RELEASE_NOTES_NEXT/Circulation/patron_bill_fixes.adoc diff --git a/docs/RELEASE_NOTES_3_1.adoc b/docs/RELEASE_NOTES_3_1.adoc index 94cec4f887..ae230fd075 100644 --- a/docs/RELEASE_NOTES_3_1.adoc +++ b/docs/RELEASE_NOTES_3_1.adoc @@ -3,6 +3,59 @@ Evergreen 3.1 Release Notes :toc: :numbered: +Evergreen 3.1.9 +---------------- +This release contains bug fixes improving on Evergreen 3.1.8. +All bug fixes refer to the web staff client unless otherwise specified. + +Bug fixes +~~~~~~~~~ + +Acquisitions +^^^^^^^^^^^^ + +* The new `edi_order_pusher.pl` now only pushes purchase orders with a state of "on-order", to prevent older purchase orders from being unintentionally pushed to vendors. + +Cataloging +^^^^^^^^^^ + +* The template dropdown in the holdings editor now provides more space to accommodate longer template names. +* The drop-down of copy tag types in the Manage Copy Tags dialog now includes the owning library of the copy tag type. + +Circulation +^^^^^^^^^^^ + +* Fixes an issue with recalling checked-out materials. +* Added several missing columns to the patron bills grid. +* Corrected the display of the Bill Type column in the patron bills grid. +* Clarified the names of the "Billing Location" and "Grocery Billing Location" columns in the patron bills grid. +* The Bill Full Details grid now includes a billing location column for both circulation and grocery bills, as well as the owning library for circulation bills. +* The Billing History transactions grid now remembers any changes that users make to the column settings. +* Fixes an issue with printing multiple copies of bills. + +Acknowledgments +~~~~~~~~~~~~~~~ +We would like to thank the following individuals who contributed code, +tests and documentation patches to the 3.1.9 point release of +Evergreen: + +* John Amundson +* Jason Boyer +* Andrea Buntz Neiman +* Jeff Davis +* Bill Erickson +* Angela Kilsdonk +* Katie G. Martin +* Terran McCanna +* Mike Rylander +* Jane Sandberg +* Janet Schrader +* Chris Sharp +* Remington Steed +* Jason Stephenson +* Cesar Velez + + Evergreen 3.1.8 ---------------- This release contains bug fixes improving on Evergreen 3.1.7. diff --git a/docs/RELEASE_NOTES_NEXT/Circulation/patron_bill_fixes.adoc b/docs/RELEASE_NOTES_NEXT/Circulation/patron_bill_fixes.adoc deleted file mode 100644 index 79848e46dc..0000000000 --- a/docs/RELEASE_NOTES_NEXT/Circulation/patron_bill_fixes.adoc +++ /dev/null @@ -1,24 +0,0 @@ -Add Missing Patron Bill Grid Columns -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Adding missing columns to the patron bills grid, including: -- Call Number -- Owning Library -- Shelving Location -- Last Billing Note -- Last Billing Timestamp -- Last Payment Timestamp -- Last payment Note -- Last Payment Type - -Corrected the path for Bill Type. - -Changed column name for Location to 'Billing Location' and the former -Billing Location to 'Grocery Billing Location' for clarity - -Fix Bill Full Detail Display -^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Fleshes out retrieved data to be able to display the billing location -for both circulation and grocery bills on the full details page as -well as the owning library for circulation bills. - - -- 2.43.2