Docs: adding 3.1.9 release notes
authorJane Sandberg <sandbej@linnbenton.edu>
Wed, 16 Jan 2019 20:16:56 +0000 (12:16 -0800)
committerJane Sandberg <sandbej@linnbenton.edu>
Wed, 16 Jan 2019 20:19:26 +0000 (12:19 -0800)
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>

docs/RELEASE_NOTES_3_1.adoc
docs/RELEASE_NOTES_NEXT/Circulation/patron_bill_fixes.adoc [deleted file]

index 94cec4f..ae230fd 100644 (file)
@@ -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 (file)
index 79848e4..0000000
+++ /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.
-
-