Bugzilla – Attachment 68368 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.76 KB, created by
Katrin Fischer
on 2017-10-22 09:53:17 UTC
(
hide
)
Description:
Bug 19377: Follow - remove charge for 'books' in all sample data
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2017-10-22 09:53:17 UTC
Size:
1.76 KB
patch
obsolete
>From 1dab1fbab9c8dee4903a465e21a8ca835ebf6c3f 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 > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > 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 9180decdf6..8f07feda22 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 6c5e57c77e..c782d21af2 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.11.0
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