Cote : [% circ.target_copy.call_number.label %]
Date d’échéance : [% date.format(helpers.format_date(circ.due_date), '%Y-%m-%d') %]
Code à barres : [% circ.target_copy.barcode %]
- Bibliothèque : [% circ.circ_lib.name %]
+ Bibliothèque : [% circ.target_copy.circ_lib.name %]
[% END -%]
Veuillez renouveler le prêt ou retourner ces articles d’ici demain
Title: [% circ.target_copy.call_number.record.simple_record.title %]
Barcode: [% circ.target_copy.barcode %]
Due: [% date.format(helpers.format_date(circ.due_date), '%Y-%m-%d') %]
- Library: [% circ.circ_lib.name %]
+ Library: [% circ.target_copy.circ_lib.name %]
[% END %]
[% END -%]
$$ WHERE id = 106;
Date d’échéance : [% date.format(helpers.format_date(circ.due_date), '%Y-%m-%d') %]
Code à barres : [% circ.target_copy.barcode %]
Total des amendes : [% circ.billable_transaction.summary.total_owed %]
- Bibliothèque : [% circ.circ_lib.name %] [% IF circ.circ_lib.shortname == 'SJCG' %]/ [% circ.target_copy.location.name %] [% END %]
+ Bibliothèque : [% circ.target_copy.circ_lib.name %] [% IF circ.circ_lib.shortname == 'SJCG' %]/ [% circ.target_copy.location.name %] [% END %]
[% END -%]
Veuillez les retourner dès que possible afin d’éviter des amendes
Item Cost: [% helpers.get_copy_price(circ.target_copy) %]
Total Owed For Transaction: [% circ.billable_transaction.summary.total_owed %]
[% END -%]
- Library: [% circ.circ_lib.name %] [% IF circ.circ_lib.shortname == 'SJCG' %]/ [% circ.target_copy.location.name %] [% END %]
+ Library: [% circ.target_copy.circ_lib.name %] [% IF circ.circ_lib.shortname == 'SJCG' %]/ [% circ.target_copy.location.name %] [% END %]
[% END %]
[% END %]