From 7a66de5cc4036d3c153954292176d61b70ebd17f Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Wed, 29 Apr 2020 10:14:34 -0400 Subject: [PATCH] LP1858448 Aged money pgtap test repair Enable the "age money with circulations" setting in the original aged money pgtap test so the aged money it seeks may be created and found. Signed-off-by: Bill Erickson Signed-off-by: Jason Stephenson --- .../src/sql/Pg/live_t/lp1793802-aged-billings-payments.pg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Open-ILS/src/sql/Pg/live_t/lp1793802-aged-billings-payments.pg b/Open-ILS/src/sql/Pg/live_t/lp1793802-aged-billings-payments.pg index cce5ce1abf..dc30230a2a 100644 --- a/Open-ILS/src/sql/Pg/live_t/lp1793802-aged-billings-payments.pg +++ b/Open-ILS/src/sql/Pg/live_t/lp1793802-aged-billings-payments.pg @@ -1,6 +1,10 @@ -- Load the TAP functions. BEGIN; +-- Activate "age money with circs" setting. +UPDATE config.global_flag SET enabled = TRUE + WHERE name = 'history.money.age_with_circs'; + -- Plan the tests. SELECT plan(8); -- 2.43.2