evergreen:tags/rel_3_2_7

Last commit made on 2019-06-28
Get this branch:
git clone -b tags/rel_3_2_7 https://git.launchpad.net/evergreen

Branch merges

Branch information

Name:
tags/rel_3_2_7
Repository:
lp:evergreen

Recent commits

181fba9... by Blake GH

Bumping version numbers, adding Upgrade Script and Changelog

Signed-off-by: blake <email address hidden>

98eb13f... by Blake GH

fixed upgrade script naming convention

Signed-off-by: blake <email address hidden>

1906d62... by Blake GH

bumping Perl version string for 3.2.7

Signed-off-by: blake <email address hidden>

bb5163c... by Dan Wells

LP#1759343 Clean up data seed values

1) Add missing translation wrapper for new annotatepayment setting.

2) While we are at it, try to stem the proliferation of workstation
setting INSERT chunks. (More could be done here...)

Signed-off-by: Dan Wells <email address hidden>
Signed-off-by: Chris Sharp <email address hidden>

e38958f... by Dan Wells

LP#1759343 Fix annotate payment setting name

This setting was added to the database with the 'eg.' prefix, but in
the code it was not used. The end effect was that the setting likely
worked, but was not saved in the way expected.

This makes the setting name in the code match the DB.

Signed-off-by: Dan Wells <email address hidden>
Signed-off-by: Chris Sharp <email address hidden>

3be6ea2... by Jane Sandberg

Docs: Release notes for 3.2.7

Signed-off-by: Jane Sandberg <email address hidden>

f69518f... by Jane Sandberg

Docs: 3.1.13 release notes

Signed-off-by: Jane Sandberg <email address hidden>

67566ba... by Remington Steed

Docs: Fix list formatting in 3.1 release notes

Single list items that wrap across multiple lines accidentally start
each line with a bullet. This commit removes the extra bullets.

Signed-off-by: Remington Steed <email address hidden>

a7c84f3... by Remington Steed

Docs: Add bugfix release notes for 3.1.12

Signed-off-by: Remington Steed <email address hidden>

e3fcfde... by Mike Risher

lp1770217 Items Out count shouldn't increment on renew

Determine if this item is currently out to the patron and is being
checked out again. If so, be sure not to increment "Items Out" count.

Signed-off-by: Mike Risher <email address hidden>

Changes to be committed:
 modified: web/js/ui/default/staff/circ/patron/checkout.js
 modified: web/js/ui/default/staff/circ/services/circ.js

Signed-off-by: Bill Erickson <email address hidden>