Returns letter hash ( see C4::Letters::GetPreparedLetter ) or undef
The letter code will be RESERVESLIP, and the following tables are
The letter code will be HOLD_SLIP, and the following tables are
available within the slip:
reserves
return C4::Letters::GetPreparedLetter (
module => 'circulation',
letter_code => 'RESERVESLIP',
letter_code => 'HOLD_SLIP',
branchcode => $branch,
tables => {
'reserves' => $reserve,
UPDATE letter SET code = "HOLD_SLIP" WHERE code = "RESERVESLIP";
Fällig am: <<issues.date_due>><br />
</p>
</checkedout>', 1),
('circulation','RESERVESLIP','Vormerkquittung','Vormerkquittung', '<h2>Vormerkung</h2>
('circulation','HOLD_SLIP','Vormerkquittung','Vormerkquittung', '<h2>Vormerkung</h2>
<h4>Abholbereit seit: <<today>></h4>
<br/>
Bibliothek: <<branches.branchname>> <br/>
Date due: <<issues.date_due>><br />
('circulation','RESERVESLIP','Hold Slip','Hold Slip', '<h5>Date: <<today>></h5>
('circulation','HOLD_SLIP','Hold Slip','Hold Slip', '<h5>Date: <<today>></h5>
<h3> Transfer to/Hold in <<branches.branchname>></h3>
Retour le : <<issues.date_due>><br />
('circulation','RESERVESLIP','Ticket de réservation','Ticket de réservation', '<h5>Date : <<today>></h5>
('circulation','HOLD_SLIP','Ticket de réservation','Ticket de réservation', '<h5>Date : <<today>></h5>
<h3> Transfert vers/Réservé à <<branches.branchname>></h3>
Data di scadenza: <<issues.date_due>><br />
('circulation','RESERVESLIP','Hold Slip','Ricevuta (prenotazione)', '<h5>Data: <<today>></h5>
('circulation','HOLD_SLIP','Hold Slip','Ricevuta (prenotazione)', '<h5>Data: <<today>></h5>
<h3> Trasferita a/Prenotata in <<branches.branchname>></h3>
Innleveringsfrist: <<issues.date_due>><br />
('circulation','RESERVESLIP','Reservasjon','Reservasjon', '<h5>Dato: <<today>></h5>
('circulation','HOLD_SLIP','Reservasjon','Reservasjon', '<h5>Dato: <<today>></h5>
<h3> Overfør til/Reservasjon hos <<branches.branchname>></h3>
<li>The slip or receipt will show items checked out today as well as items that are still checked out</li>
</ul>
</li>
<li>RESERVESLIP
<li>HOLD_SLIP
<ul>
<li>Used to print a holds slip</li>
<li>The holds slip is generated when a hold is confirmed</li>
-