evergreen:tags/rel_2_12_5

Last commit made on 2017-08-24
Get this branch:
git clone -b tags/rel_2_12_5 https://git.launchpad.net/evergreen

Branch merges

Branch information

Name:
tags/rel_2_12_5
Repository:
lp:evergreen

Recent commits

38c3e2d... by Blake GH

Bumping version numbers, adding Upgrade Script and Changelog

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

8a77d33... by Blake GH

bumping Perl version string for 2.12.5

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

e5f5851... by Blake GH

Translation updates - po files

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

4bbe16a... by Blake GH

cd build/i18n && make newpot

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

d714d68... by Kathy Lussier

Docs: Release notes for 2.12.5 maintenance release

Signed-off-by: Kathy Lussier <email address hidden>

78afa8b... by Kathy Lussier

Docs: Release notes for the 2.11.8 point release

Signed-off-by: Kathy Lussier <email address hidden>

bde94c2... by Michele Morgan

LP 1708728 - Fix Stripe penny errors introduced by perl int() function

Fixes the issue where payment amounts sent to Stripe can be one cent less
than the actual Evergreen payment due to use of the perl int() function.

To test
-------
A Stripe account is required to view transactions on the Stripe side.
To enable test payments, Stripe testing API keys need to be entered
in the Evergreen ou settings:

credit.processor.stripe.pubkey
credit.processor.stripe.secretkey

- Add a bill to a patron record with the following amounts: $8.20
- Login to the opac as the patron and pay the bill.
- View the transaction on the Stripe side and see that it is one cent
  less than the paid bill in Evergreen.
- Apply the patch.
- Repeat the steps above.

- On the Stripe side, see that the Stripe amount and Evergreen amount
  now match.

Signed-off-by: Michele Morgan <email address hidden>
Signed-off-by: Dan Pearl <email address hidden>
Signed-off-by: Galen Charlton <email address hidden>

77f4c0c... by Galen Charlton

LP#1708485: (follow-up) improve dest_courier_code support

This patch ensures that dest_courier_code is added to
the printer context; it also displays the courier code (if set)
on the transit modal and mentions dest_courier_code in the
inline documentation for transit and hold slips.

Signed-off-by: Galen Charlton <email address hidden>
Signed-off-by: Kathy Lussier <email address hidden>

7279702... by Chris Sharp

LP#1708485 - Add courier code variable to transit slips.

This code, developed by Bill Erickson, creates a variable/macro
for {{dest_courier_code}} for receipt templates in the web client.

Signed-off-by: Chris Sharp <email address hidden>
Signed-off-by: Terran McCanna <email address hidden>
Signed-off-by: Galen Charlton <email address hidden>
Signed-off-by: Kathy Lussier <email address hidden>

f3064bc... by Jeff Davis

LP#1699566: item barcode completion in web client

Signed-off-by: Jeff Davis <email address hidden>
Signed-off-by: Kathy Lussier <email address hidden>

Conflicts:
 Open-ILS/web/js/ui/default/staff/cat/item/app.js