Bugzilla – Attachment 86032 Details for
Bug 21728
Update C4::Reserves::ChargeReserveFee to use Koha::Account->add_debit
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21728: (RM follow-up) Add 'Reserve Fee' for new installs
Bug-21728-RM-follow-up-Add-Reserve-Fee-for-new-ins.patch (text/plain), 761 bytes, created by
Nick Clemens (kidclamp)
on 2019-03-04 20:27:01 UTC
(
hide
)
Description:
Bug 21728: (RM follow-up) Add 'Reserve Fee' for new installs
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2019-03-04 20:27:01 UTC
Size:
761 bytes
patch
obsolete
>From 696314600c5cf0c9070bde35130b6afd35192380 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Mon, 4 Mar 2019 20:26:04 +0000 >Subject: [PATCH] Bug 21728: (RM follow-up) Add 'Reserve Fee' for new installs > >--- > 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 21728
:
81791
|
81881
|
82808
|
82809
|
84278
|
84279
|
85171
|
85172
| 86032