-
0d6ad0f...
by
Dan Wells
on 2017-09-21
-
Forward-port 2.11.9 upgrade script
Signed-off-by: Dan Wells <email address hidden>
-
d3e22e8...
by
Kathy Lussier
on 2017-09-20
-
Docs: 2.11.9 release notes
Signed-off-by: Kathy Lussier <email address hidden>
-
ec922bd...
by
Jane Sandberg
on 2017-09-07
-
Docs: adding to the patron myopac holds/circ history docs
Signed-off-by: Jane Sandberg <email address hidden>
-
5b8a13b...
by
Jane Sandberg
on 2017-09-07
-
Docs: making support scripts adoc formatting more consistent, adding marc stream importer docs
Signed-off-by: Jane Sandberg <email address hidden>
-
d3c0810...
by
Jane Sandberg
on 2017-09-07
-
Docs: updates to My Lists in patron account docs
Signed-off-by: Jane Sandberg <email address hidden>
-
bddd59e...
by
Jane Sandberg
on 2017-09-07
-
Docs: updates to Added Content instructions
Signed-off-by: Jane Sandberg <email address hidden>
-
2909d09...
by
Cesar V
on 2017-08-11
-
LP#1599894 - OPAC disable Add to MyList when doing metabib search
Since adding a result to MyList yields to a random title
(due to bad id) being added to temp. lists, disable MyList if
metabib search is on, i.e "Group formats and editions"
checkbox is checked.
Signed-off by: Cesar Velez <email address hidden>
Signed-off-by: Kathy Lussier <email address hidden>
Conflicts:
Open-ILS/src/templates/opac/parts/result/table.tt2
Conflicts:
Open-ILS/src/templates/opac/parts/result/table.tt2
-
d13fec1...
by
Dan Wells
on 2017-08-24
-
Forward-port 2.11.8 upgrade script
Signed-off-by: Dan Wells <email address hidden>
-
a4bbc46...
by
Kathy Lussier
on 2017-08-23
-
Docs: Release notes for the 2.11.8 point release
Signed-off-by: Kathy Lussier <email address hidden>
-
e216525...
by
Michele Morgan
on 2017-08-09
-
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>