Bugzilla – Attachment 32298 Details for
Bug 12732
Allow sorting by basket creation date to the late orders table
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
updatedatabase.pl updated
updatedatabasepl-updated.patch (text/plain), 1.19 KB, created by
simith.doliveira
on 2014-10-14 12:54:25 UTC
(
hide
)
Description:
updatedatabase.pl updated
Filename:
MIME Type:
Creator:
simith.doliveira
Created:
2014-10-14 12:54:25 UTC
Size:
1.19 KB
patch
obsolete
>From aa588b7e089fa87b63b688a0ca7bfd3b90201c2e Mon Sep 17 00:00:00 2001 >From: simith <simith@inlibro.com> >Date: Tue, 14 Oct 2014 08:49:08 -0400 >Subject: [PATCH] updatedatabase.pl updated > >http://bugs.koha-community.org/show_bug.cgi?id=12732 >--- > 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 30d015a..46d080e 100755 >--- a/installer/data/mysql/updatedatabase.pl >+++ b/installer/data/mysql/updatedatabase.pl >@@ -8804,7 +8804,7 @@ if ( CheckVersion($DBversion) ) { > $DBversion = 'XXX'; > if ( CheckVersion($DBversion) ) { > $dbh->do(" >- INSERT INTO systempreferences (variable,value,explanation,type) VALUES ('AcqLateOrderUseCreationDate', 'closing', 'creation|closing', 'Change late order default sort.', 'Choice')"); >+ INSERT INTO systempreferences (variable,value,explanation,type) VALUES ('AcqLateOrderUseCreationDate', 'closing', 'creation|closing', 'Change late order default sort.', 'Choice')"); > print "Upgrade to $DBversion done (Bug 12732 - Sort late orders by basket creation or closing date)\n"; > SetVersion($DBversion); > } >-- >1.9.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 Raw
Actions:
View
Attachments on
bug 12732
:
30592
|
30794
|
31064
|
32298
|
32301
|
32303
|
58232
|
58233
|
153617
|
153618
|
154633
|
156280
|
156291
|
156292