Bugzilla – Attachment 53023 Details for
Bug 14048
Change RefundLostItemFeeOnReturn to be branch specific
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14048 [QA Followup] - Delete only the removed system preference
Bug-14048-QA-Followup---Delete-only-the-removed-sy.patch (text/plain), 1.40 KB, created by
Jonathan Druart
on 2016-07-01 14:48:05 UTC
(
hide
)
Description:
Bug 14048 [QA Followup] - Delete only the removed system preference
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-07-01 14:48:05 UTC
Size:
1.40 KB
patch
obsolete
>From e51802c29993fa38f0465a41fc48573aa9b5eeb2 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Mon, 13 Jun 2016 11:17:42 +0000 >Subject: [PATCH] Bug 14048 [QA Followup] - Delete only the removed system > preference > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >Signed-off-by: Jason Robb <jrobb@sekls.org> >Signed-off-by: Jennifer Schmidt <jschmidt@switchinc.org> >Signed-off-by: Margaret Thrasher <p.thrasher@dover.nh.gov> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > .../data/mysql/atomicupdate/bug_14048_refundlostitemfeeonreturn.sql | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/atomicupdate/bug_14048_refundlostitemfeeonreturn.sql b/installer/data/mysql/atomicupdate/bug_14048_refundlostitemfeeonreturn.sql >index 2f372fb..a046910 100644 >--- a/installer/data/mysql/atomicupdate/bug_14048_refundlostitemfeeonreturn.sql >+++ b/installer/data/mysql/atomicupdate/bug_14048_refundlostitemfeeonreturn.sql >@@ -14,7 +14,7 @@ VALUES( 'RefundLostOnReturnControl', > INSERT INTO refund_lost_item_fee_rules (branchcode,refund) > SELECT '*', COALESCE(value,'1') FROM systempreferences WHERE variable='RefundLostItemFeeOnReturn'; > >-DELETE IGNORE FROM systempreferences; >+DELETE FROM systempreferences WHERE variable = 'RefundLostItemFeeOnReturn'; > > -- $DBversion = "16.06.00.XXX"; > -- if ( CheckVersion($DBversion) ) { >-- >2.8.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 14048
:
52016
|
52017
|
52018
|
52019
|
52020
|
52169
|
52170
|
52202
|
52203
|
52286
|
52287
|
52288
|
52289
|
52290
|
52291
|
52292
|
52293
|
52306
|
52444
|
52445
|
52446
|
52447
|
52448
|
52449
|
52450
|
52451
|
52482
|
52658
|
52659
|
52660
|
52661
|
52662
|
52663
|
52664
|
52665
|
52666
|
52667
|
52668
|
52748
|
52749
|
52750
|
52751
|
52752
|
52753
|
52754
|
52755
|
52756
|
52757
|
52835
|
52836
|
52837
|
52838
|
52839
|
52840
|
52841
|
52842
|
52843
|
52844
|
52876
|
52883
|
52894
|
53017
|
53018
|
53019
|
53020
|
53021
|
53022
| 53023 |
53024
|
53025
|
53026
|
53027
|
53028
|
53029