Bugzilla – Attachment 8809 Details for
Bug 7291
claims management improvement
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7291: Followup: removes backquotes
0001-Bug-7291-Followup-removes-backquotes.patch (text/plain), 1.09 KB, created by
Jonathan Druart
on 2012-04-03 14:16:23 UTC
(
hide
)
Description:
Bug 7291: Followup: removes backquotes
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2012-04-03 14:16:23 UTC
Size:
1.09 KB
patch
obsolete
>From 778195407fccd23f3d299092e0405c427a7aa6b3 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Tue, 3 Apr 2012 16:02:32 +0200 >Subject: [PATCH 1/1] Bug 7291: Followup: removes backquotes > >--- > installer/data/mysql/kohastructure.sql | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/installer/data/mysql/kohastructure.sql b/installer/data/mysql/kohastructure.sql >index 70ddc23..4912e19 100644 >--- a/installer/data/mysql/kohastructure.sql >+++ b/installer/data/mysql/kohastructure.sql >@@ -2602,7 +2602,7 @@ CREATE TABLE `aqbooksellers` ( -- information about the vendors listed in acquis > `gstrate` decimal(6,4) default NULL, -- the tax rate the library is charged > `discount` float(6,4) default NULL, -- discount offered on all items ordered from this vendor > `fax` varchar(50) default NULL, -- vendor fax number >- `deliverytime` int(11) default NULL, -- vendor delivery time >+ deliverytime int(11) default NULL, -- vendor delivery time > PRIMARY KEY (`id`), > KEY `listprice` (`listprice`), > KEY `invoiceprice` (`invoiceprice`), >-- >1.7.7.3 >
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 7291
:
7277
|
7622
|
7800
|
8074
|
8310
|
8332
|
8592
| 8809