Bugzilla – Attachment 19657 Details for
Bug 7639
system preference to forgive fines on lost items
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7639 - system preference to forgive fines on lost items - QA Followup - Fix update description
Bug-7639---system-preference-to-forgive-fines-on-l.patch (text/plain), 1.35 KB, created by
Kyle M Hall (khall)
on 2013-07-15 12:43:39 UTC
(
hide
)
Description:
Bug 7639 - system preference to forgive fines on lost items - QA Followup - Fix update description
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2013-07-15 12:43:39 UTC
Size:
1.35 KB
patch
obsolete
>From 85c5eab98d83954ad6dac24be8a488f18682247d Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Mon, 15 Jul 2013 08:41:51 -0400 >Subject: [PATCH] Bug 7639 - system preference to forgive fines on lost items - QA Followup - Fix update description > >--- > installer/data/mysql/updatedatabase.pl | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl >index 0555b2f..5578267 100755 >--- a/installer/data/mysql/updatedatabase.pl >+++ b/installer/data/mysql/updatedatabase.pl >@@ -7048,7 +7048,7 @@ $DBversion = "3.13.00.XXX"; > if (C4::Context->preference("Version") < TransformToNum($DBversion)) { > $dbh->do("INSERT INTO systempreferences (variable,value,options,explanation,type) VALUES('WhenLostForgiveFine','0',NULL,'If ON, Forgives the fines on an item when it is lost.','YesNo')"); > $dbh->do("INSERT INTO systempreferences (variable,value,options,explanation,type) VALUES('WhenLostChargeReplacementFee','1',NULL,'If ON, Charge the replacement price when a patron loses an item.','YesNo')"); >- print "Upgrade to $DBversion done (Added sysprefs WhenLostForgiveFine and WhenLostChargeReplacementFee)\n"; >+ print "Upgrade to $DBversion done (Bug 7639 - system preference to forgive fines on lost items)\n"; > SetVersion ($DBversion); > } > >-- >1.7.2.5
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 7639
:
9281
|
9282
|
9436
|
10662
|
10663
|
13006
|
13007
|
14961
|
14962
|
15088
|
15089
|
16593
|
16607
|
16608
|
16609
|
16729
|
16730
|
16731
|
18929
|
18930
|
18932
|
18964
|
18965
|
18966
|
19654
|
19655
|
19656
|
19657
|
20436
|
20437
|
20438
|
20439
|
20456
|
20487