From 657ded87be4c2335e58809f24d0419c3b173f247 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Mon, 4 Mar 2019 20:26:04 +0000 Subject: [PATCH] Bug 21728: (RM follow-up) Add 'Reserve Fee' for new installs Signed-off-by: Nick Clemens Signed-off-by: cori https://bugs.koha-community.org/show_bug.cgi?id=18823 --- installer/data/mysql/account_offset_types.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/installer/data/mysql/account_offset_types.sql b/installer/data/mysql/account_offset_types.sql index ad79879327..a937d898b0 100644 --- a/installer/data/mysql/account_offset_types.sql +++ b/installer/data/mysql/account_offset_types.sql @@ -9,6 +9,7 @@ INSERT INTO account_offset_types ( type ) VALUES ('Forgiven'), ('Dropbox'), ('Rental Fee'), +('Reserve Fee'), ('fine_increase'), ('fine_decrease'), ('Fine'), -- 2.11.0