Bugzilla – Attachment 64989 Details for
Bug 18527
Add a system preference to exclude renewals from the quick slip
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18527: atomicupdate
Bug-18527-atomicupdate.patch (text/plain), 993 bytes, created by
Baptiste Wojtkowski (bwoj)
on 2017-07-11 09:56:49 UTC
(
hide
)
Description:
Bug 18527: atomicupdate
Filename:
MIME Type:
Creator:
Baptiste Wojtkowski (bwoj)
Created:
2017-07-11 09:56:49 UTC
Size:
993 bytes
patch
obsolete
>From 7d24ff3db48b83dd8d6a7d766b53dcda9ef574ef Mon Sep 17 00:00:00 2001 >From: Baptiste Wojtkowski <baptiste.wojtkowski@biblibre.com> >Date: Tue, 11 Jul 2017 09:53:26 +0000 >Subject: [PATCH] Bug 18527: atomicupdate > >Signed-off-by: Baptiste Wojtkowski <baptiste.wojtkowski@biblibre.com> >--- > .../data/mysql/atomicupdate/bug_18527_add_ShowRenewalsQuickslip.sql | 1 + > 1 file changed, 1 insertion(+) > create mode 100644 installer/data/mysql/atomicupdate/bug_18527_add_ShowRenewalsQuickslip.sql > >diff --git a/installer/data/mysql/atomicupdate/bug_18527_add_ShowRenewalsQuickslip.sql b/installer/data/mysql/atomicupdate/bug_18527_add_ShowRenewalsQuickslip.sql >new file mode 100644 >index 0000000..68fcd58 >--- /dev/null >+++ b/installer/data/mysql/atomicupdate/bug_18527_add_ShowRenewalsQuickslip.sql >@@ -0,0 +1 @@ >+INSERT IGNORE INTO systempreferences (variable,value,explanation,options,type) VALUES ('ShowRenewalsQuickslip','1','If OFF, do not show renewals on quick slips','','YesNo') ; >-- >2.7.4
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 18527
:
64714
|
64986
|
64988
| 64989