From 3f9a8ccc18c8d97ac4167e313f4d3a685a9000dc Mon Sep 17 00:00:00 2001
From: Katrin Fischer
Date: Mon, 19 May 2014 00:28:25 +0200
Subject: [PATCH] Bug 12282: fix RESERVESLIP 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 different
and display correctly
Signed-off-by: Bernardo Gonzalez Kriegel
Tested using webinstaller, all optionals, all ok.
ISSUESLIP(Ausleihquittung) longer than RESERVESLIP(Vormerkung)
No errors
Signed-off-by: Martin Renvoize
Signed-off-by: Galen Charlton
---
.../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 4e42b53dde..01ae5d4f61 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: <>
Fällig am: <>
', 1),
-('circulation','RESERVESLIP','Vormerkquittung','Vormerkquittung', 'Ausleihquittung
+('circulation','RESERVESLIP','Vormerkquittung','Vormerkquittung', 'Vormerkung
+Abholbereit seit: <>
+
Bibliothek: <>
-Ausleihe an: <> <>
+Vorgemerkt für: <> <>
Ausweisnummer: <>
+
-<>
-
-Ausleihen
-
-
-<>
+<> <>
+Barcode: <>
Signatur: <>
-Barcode: <>
-Fällig am: <>
-
-
-
-Ãberfällig
-
-<>
-Signatur: <>
-Barcode: <>
-Fällig am: <>
+<>
-
', 1),
('circulation','TRANSFERSLIP','Transportquittung','Transportquittung', 'TRANSPORT
Transport nach: <>
--
2.39.5