Bug 12282: fix RESERVESLIP in German sample notices
authorKatrin Fischer <Katrin.Fischer.83@web.de>
Sun, 18 May 2014 22:28:25 +0000 (00:28 +0200)
committerGalen Charlton <gmc@esilibrary.com>
Tue, 20 May 2014 14:12:19 +0000 (14:12 +0000)
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 different
  and display correctly

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>

Tested using webinstaller, all optionals, all ok.
ISSUESLIP(Ausleihquittung) longer than RESERVESLIP(Vormerkung)
No errors

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>

installer/data/mysql/de-DE/mandatory/sample_notices.sql

index 4e42b53..01ae5d4 100644 (file)
@@ -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>