Bugzilla – Attachment 3641 Details for
Bug 5970
Adds the ability to use a free delivery address for basket
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Follow-up for kohastructure.sql
0002-Bug-5970-Follow-up-freedeliveryplace-was-missing-in-.patch (text/plain), 946 bytes, created by
Katrin Fischer
on 2011-04-04 15:05:33 UTC
(
hide
)
Description:
Follow-up for kohastructure.sql
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2011-04-04 15:05:33 UTC
Size:
946 bytes
patch
obsolete
>From a4f6f5b8f5f582d3f9365250cc773247993995e0 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Mon, 4 Apr 2011 17:03:43 +0200 >Subject: [PATCH 2/2] Bug 5970: Follow-up, freedeliveryplace was missing in kohastructure >Content-Type: text/plain; charset="utf-8" > >--- > installer/data/mysql/kohastructure.sql | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > >diff --git a/installer/data/mysql/kohastructure.sql b/installer/data/mysql/kohastructure.sql >index e0bea81..a77b480 100644 >--- a/installer/data/mysql/kohastructure.sql >+++ b/installer/data/mysql/kohastructure.sql >@@ -2356,6 +2356,7 @@ CREATE TABLE `aqbasketgroups` ( > `closed` tinyint(1) default NULL, > `booksellerid` int(11) NOT NULL, > `deliveryplace` varchar(10) default NULL, >+ `freedeliveryplace` text default NULL, > `deliverycomment` varchar(255) default NULL, > `billingplace` varchar(10) default NULL, > PRIMARY KEY (`id`), >-- >1.7.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 Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 5970
:
3461
|
3640
| 3641