Bugzilla – Attachment 24044 Details for
Bug 11415
SCO has no option to disable automatic receipt printing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED OFF] Bug 11415: Add syspref to toggle SCO receipt printing
SIGNED-OFF-Bug-11415-Add-syspref-to-toggle-SCO-rec.patch (text/plain), 1.36 KB, created by
Mark Tompsett
on 2014-01-09 05:35:50 UTC
(
hide
)
Description:
[SIGNED OFF] Bug 11415: Add syspref to toggle SCO receipt printing
Filename:
MIME Type:
Creator:
Mark Tompsett
Created:
2014-01-09 05:35:50 UTC
Size:
1.36 KB
patch
obsolete
>From eb2265fab8771cf7befa5d223d6f7d04cca98b87 Mon Sep 17 00:00:00 2001 >From: JaTara Barnes <jendayi30@gmail.com> >Date: Wed, 8 Jan 2014 11:58:38 -0600 >Subject: [PATCH] [SIGNED OFF] Bug 11415: Add syspref to toggle SCO receipt > printing > >Toggled SCO receipt printing to be on by default for upgrades >in updatedatabase.pl. > >Signed-off-by: Mark Tompsett <mtompset@hotmail.com> >--- > installer/data/mysql/updatedatabase.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl >index cf36fe3..e324198 100755 >--- a/installer/data/mysql/updatedatabase.pl >+++ b/installer/data/mysql/updatedatabase.pl >@@ -7914,7 +7914,7 @@ if ( CheckVersion($DBversion) ) { > > $DBversion = "3.15.00.XXX"; > if(CheckVersion($DBversion)) { >- $dbh->do("INSERT INTO systempreferences (variable,value,options,explanation,type) VALUES('SelfCheckReceiptPrompt', '0', 'NULL', 'If ON, print receipt dialog pops up when self checkout is finished.', 'YesNo');"); >+ $dbh->do("INSERT INTO systempreferences (variable,value,options,explanation,type) VALUES('SelfCheckReceiptPrompt', '1', 'NULL', 'If ON, print receipt dialog pops up when self checkout is finished.', 'YesNo');"); > print "Upgrade to $DBversion done (Bug 11415: add system preference for self checkout receipt print)\n"; > SetVersion($DBversion); > } >-- >1.7.9.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 11415
:
23904
|
24028
|
24037
|
24038
|
24039
|
24040
|
24041
|
24042
|
24043
|
24044
|
24045
|
24046
|
24130
|
24131
|
24132