Bugzilla – Attachment 28324 Details for
Bug 12282
RESERVESLIP wrong in German sample notices
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12282: RESERVESLIP wrong in German sample notices
Bug-12282-RESERVESLIP-wrong-in-German-sample-notic.patch (text/plain), 2.22 KB, created by
Katrin Fischer
on 2014-05-18 22:39:14 UTC
(
hide
)
Description:
Bug 12282: RESERVESLIP wrong in German sample notices
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2014-05-18 22:39:14 UTC
Size:
2.22 KB
patch
obsolete
>From e4447965aed5eadbfff47885eced967969c419fa Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Mon, 19 May 2014 00:28:25 +0200 >Subject: [PATCH] Bug 12282: RESERVESLIP wrong in German sample notices > >Accidentally the ISSUESLIP got copied to the RESERVESLIP. >This adds the correct text and formatting to the RESERVESLIP. > >To test: >- Run the German web installer on an empty database >- Check that the ISSUESLIP and RESERVESLIP notices are differnet > and display correctly > >http://bugs.koha-community.org/show_bug.cgi?id=12113 >--- > .../data/mysql/de-DE/mandatory/sample_notices.sql | 28 +++++++--------------- > 1 file changed, 8 insertions(+), 20 deletions(-) > >diff --git a/installer/data/mysql/de-DE/mandatory/sample_notices.sql b/installer/data/mysql/de-DE/mandatory/sample_notices.sql >index 4e42b53..01ae5d4 100644 >--- a/installer/data/mysql/de-DE/mandatory/sample_notices.sql >+++ b/installer/data/mysql/de-DE/mandatory/sample_notices.sql >@@ -69,32 +69,20 @@ Signatur: <<items.itemcallnumber>><br/> > Fällig am: <<issues.date_due>><br /> > </p> > </checkedout>', 1), >-('circulation','RESERVESLIP','Vormerkquittung','Vormerkquittung', '<h2>Ausleihquittung</h2> >+('circulation','RESERVESLIP','Vormerkquittung','Vormerkquittung', '<h2>Vormerkung</h2> >+<h4>Abholbereit seit: <<today>></h4> >+<br/> > Bibliothek: <<branches.branchname>> <br/> >-Ausleihe an: <<borrowers.firstname>> <<borrowers.surname>> <br /> >+Vorgemerkt für: <<borrowers.firstname>> <<borrowers.surname>> <br /> > Ausweisnummer: <<borrowers.cardnumber>> <br /> >+<br/> > <br /> >-<<today>><br /> >-<br /> >-<h4>Ausleihen</h4> >-<checkedout> >-<p> >-<<biblio.title>> <br /> >+<h3><<biblio.author>> <<biblio.title>></h3> >+Barcode: <<items.barcode>><br/> > Signatur: <<items.itemcallnumber>><br/> >-Barcode: <<items.barcode>><br /> >-Fällig am: <<issues.date_due>><br /> >-</p> >-</checkedout> >-<br /> >-<h4>Ãberfällig</h4> >-<overdue> > <p> >-<<biblio.title>> <br /> >-Signatur: <<items.itemcallnumber>><br/> >-Barcode: <<items.barcode>><br /> >-Fällig am: <<issues.date_due>><br /> >+<pre><<reserves.reservenotes>></pre> > </p> >-</overdue> > ', 1), > ('circulation','TRANSFERSLIP','Transportquittung','Transportquittung', '<h2>TRANSPORT</h2> > <h3>Transport nach: <<branches.branchname>></h3> >-- >1.8.3.2
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 12282
:
28324
|
28343
|
28346