Bugzilla – Attachment 67763 Details for
Bug 19377
Remove $5 charge from sample item types
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19377: Follow - remove charge for 'books' in all sample data
Bug-19377-Follow---remove-charge-for-books-in-all-.patch (text/plain), 1.69 KB, created by
Nick Clemens (kidclamp)
on 2017-10-07 00:22:00 UTC
(
hide
)
Description:
Bug 19377: Follow - remove charge for 'books' in all sample data
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2017-10-07 00:22:00 UTC
Size:
1.69 KB
patch
obsolete
>From 40d58d2b6efdcc9f4dfe12cb3890ce34d7a33767 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Sat, 7 Oct 2017 00:20:40 +0000 >Subject: [PATCH] Bug 19377: Follow - remove charge for 'books' in all sample > data > >--- > installer/data/mysql/es-ES/optional/sample_itemtypes.sql | 2 +- > installer/data/mysql/pl-PL/optional/sample_itemtypes.sql | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/installer/data/mysql/es-ES/optional/sample_itemtypes.sql b/installer/data/mysql/es-ES/optional/sample_itemtypes.sql >index 9180dec..8f07fed 100644 >--- a/installer/data/mysql/es-ES/optional/sample_itemtypes.sql >+++ b/installer/data/mysql/es-ES/optional/sample_itemtypes.sql >@@ -1,5 +1,5 @@ > INSERT INTO itemtypes (itemtype, description, rentalcharge, notforloan, imageurl, summary) VALUES >-('BK', 'Books',5,0,'bridge/book.gif',''), >+('BK', 'Books',0,0,'bridge/book.gif',''), > ('MX', 'Mixed Materials',5,0,'bridge/kit.gif',''), > ('CF', 'Computer Files',5,0,'bridge/computer_file.gif',''), > ('MP', 'Maps',5,0,'bridge/map.gif',''), >diff --git a/installer/data/mysql/pl-PL/optional/sample_itemtypes.sql b/installer/data/mysql/pl-PL/optional/sample_itemtypes.sql >index 6c5e57c..c782d21 100644 >--- a/installer/data/mysql/pl-PL/optional/sample_itemtypes.sql >+++ b/installer/data/mysql/pl-PL/optional/sample_itemtypes.sql >@@ -1,5 +1,5 @@ > INSERT INTO itemtypes (itemtype, description, rentalcharge, notforloan, imageurl, summary) VALUES >-('BK', 'KsiÄżki',5,0,'bridge/book.gif',''), >+('BK', 'KsiÄżki',0,0,'bridge/book.gif',''), > ('MX', 'MateriaÅy mieszane',5,0,'bridge/kit.gif',''), > ('CF', 'Pliki komputerowe',5,0,'bridge/computer_file.gif',''), > ('MP', 'Mapy',5,0,'bridge/map.gif',''), >-- >2.1.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 19377
:
67422
|
67426
|
67763
|
68367
|
68368
|
68717
|
68718
|
68784