Bugzilla – Attachment 146054 Details for
Bug 16223
Automatically remove any borrower debarments after a payment
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16223: (QA follow-up) Fix kohastructure bug
0004-Bug-16223-QA-follow-up-Fix-kohastructure-bug.patch (text/plain), 1006 bytes, created by
Emmi Takkinen
on 2023-02-03 06:44:04 UTC
(
hide
)
Description:
Bug 16223: (QA follow-up) Fix kohastructure bug
Filename:
MIME Type:
Creator:
Emmi Takkinen
Created:
2023-02-03 06:44:04 UTC
Size:
1006 bytes
patch
obsolete
>From 0e5c5202a17b1bfbbc3983a46930ec5427c4801d Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Fri, 11 Nov 2022 10:15:20 +0000 >Subject: [PATCH 4/7] Bug 16223: (QA follow-up) Fix kohastructure bug > >--- > installer/data/mysql/kohastructure.sql | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/kohastructure.sql b/installer/data/mysql/kohastructure.sql >index b132554f04..b80ec613ee 100644 >--- a/installer/data/mysql/kohastructure.sql >+++ b/installer/data/mysql/kohastructure.sql >@@ -4970,7 +4970,7 @@ CREATE TABLE `restriction_types` ( > `is_system` tinyint(1) NOT NULL DEFAULT 0, > `is_default` tinyint(1) NOT NULL DEFAULT 0, > `lift_after_payment` tinyint(1) NOT NULL DEFAULT 0, >- `fee_limit` decimal(28,6) DEFAULT NULL >+ `fee_limit` decimal(28,6) DEFAULT NULL, > PRIMARY KEY (`code`) > ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; > /*!40101 SET character_set_client = @saved_cs_client */; >-- >2.34.1 >
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 16223
:
50078
|
50084
|
99697
|
99698
|
104399
|
104400
|
114272
|
114273
|
118526
|
118572
|
118574
|
118575
|
122768
|
122769
|
127252
|
128005
|
132284
|
132285
|
132286
|
132287
|
143388
|
143389
|
143390
|
143462
|
143670
|
143671
|
143672
|
143688
|
143689
|
143690
|
143765
|
143766
|
143767
|
143768
|
143769
|
143770
|
143936
|
146051
|
146052
|
146053
|
146054
|
146055
|
146056
|
146057
|
148307
|
148308
|
148309
|
148310
|
148311
|
148312
|
148313
|
150024
|
150025
|
150026
|
150027
|
150028
|
150029
|
153024
|
153025
|
153026
|
153027
|
153028
|
153029
|
155644
|
155645
|
155646
|
155647
|
155648
|
155649
|
155650
|
156841
|
156842
|
156843
|
156844
|
156845
|
156846
|
156847
|
156848
|
156849
|
156850