Browse Source

Bug 8085: Rename 'Reserve slip' to 'Hold slip'

This patch changes all occurrences of 'Reserve slip'
to 'Hold slip' in the sample notices files and
in one of the system preferences.

To test:
- Make sure the sample_notices.sql are correctly
  changed.
- Verify the description of the SlipCSS system
  preference has been changed correctly.

Checked the working in system preferences and re-loaded notices from the
updated English sample notices SQL. Changes look correct.

Signed-off-by: Owen Leonard <oleonard@myacpl.org>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
new_12478_elasticsearch
Katrin Fischer 9 years ago
committed by Kyle M Hall
parent
commit
3706997188
  1. 2
      installer/data/mysql/en/mandatory/sample_notices.sql
  2. 2
      installer/data/mysql/es-ES/mandatory/sample_notices.sql
  3. 2
      installer/data/mysql/it-IT/necessari/notices.sql
  4. 2
      installer/data/mysql/pl-PL/mandatory/sample_notices.sql
  5. 2
      installer/data/mysql/ru-RU/mandatory/sample_notices.sql
  6. 2
      installer/data/mysql/uk-UA/mandatory/sample_notices.sql
  7. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff_client.pref

2
installer/data/mysql/en/mandatory/sample_notices.sql

@ -77,7 +77,7 @@ Barcode: <<items.barcode>><br />
Date due: <<issues.date_due>><br />
</p>
</checkedout>', 1),
('circulation','RESERVESLIP','Reserve Slip','Reserve Slip', '<h5>Date: <<today>></h5>
('circulation','RESERVESLIP','Hold Slip','Hold Slip', '<h5>Date: <<today>></h5>
<h3> Transfer to/Hold in <<branches.branchname>></h3>

2
installer/data/mysql/es-ES/mandatory/sample_notices.sql

@ -69,7 +69,7 @@ Barcode: <<items.barcode>><br />
Date due: <<issues.date_due>><br />
</p>
</checkedout>', 1),
('circulation','RESERVESLIP','Reserve Slip','Reserve Slip', '<h5>Date: <<today>></h5>
('circulation','RESERVESLIP','Hold Slip','Hold Slip', '<h5>Date: <<today>></h5>
<h3> Transfer to/Hold in <<branches.branchname>></h3>

2
installer/data/mysql/it-IT/necessari/notices.sql

@ -71,7 +71,7 @@ Codice a barre: <<items.barcode>><br />
Data di scadenza: <<issues.date_due>><br />
</p>
</checkedout>', 1),
('circulation','RESERVESLIP','Reserve Slip','Ricevuta (prenotazione)', '<h5>Data: <<today>></h5>
('circulation','RESERVESLIP','Hold Slip','Ricevuta (prenotazione)', '<h5>Data: <<today>></h5>
<h3> Trasferita a/Prenotata in <<branches.branchname>></h3>

2
installer/data/mysql/pl-PL/mandatory/sample_notices.sql

@ -70,7 +70,7 @@ Barcode: <<items.barcode>><br />
Date due: <<issues.date_due>><br />
</p>
</checkedout>', 1),
('circulation','RESERVESLIP','Reserve Slip','Reserve Slip', '<h5>Date: <<today>></h5>
('circulation','RESERVESLIP','Hold Slip','Hold Slip', '<h5>Date: <<today>></h5>
<h3> Transfer to/Hold in <<branches.branchname>></h3>

2
installer/data/mysql/ru-RU/mandatory/sample_notices.sql

@ -70,7 +70,7 @@ Barcode: <<items.barcode>><br />
Date due: <<issues.date_due>><br />
</p>
</checkedout>', 1),
('circulation','RESERVESLIP','Reserve Slip','Reserve Slip', '<h5>Date: <<today>></h5>
('circulation','RESERVESLIP','Hold Slip','Hold Slip', '<h5>Date: <<today>></h5>
<h3> Transfer to/Hold in <<branches.branchname>></h3>

2
installer/data/mysql/uk-UA/mandatory/sample_notices.sql

@ -69,7 +69,7 @@ Barcode: <<items.barcode>><br />
Date due: <<issues.date_due>><br />
</p>
</checkedout>', 1),
('circulation','RESERVESLIP','Reserve Slip','Reserve Slip', '<h5>Date: <<today>></h5>
('circulation','RESERVESLIP','Hold Slip','Hold Slip', '<h5>Date: <<today>></h5>
<h3> Transfer to/Hold in <<branches.branchname>></h3>

2
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff_client.pref

@ -90,7 +90,7 @@ Staff Client:
- Include the stylesheet at
- pref: SlipCSS
class: url
- on Issue and Reserve Slips. (This should be a complete URL, starting with <code>http://</code>.)
- on Issue and Hold Slips. (This should be a complete URL, starting with <code>http://</code>.)
Options:
-
- pref: viewMARC

Loading…
Cancel
Save