Skip to content

Commit

Permalink
notifications: update delivery times
Browse files Browse the repository at this point in the history
  • Loading branch information
kpsherva committed Jun 28, 2024
1 parent aac63d6 commit a793781
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

If you did not already pick up the book at the Library desk, be aware that:
- if you requested a pick up at the Library, your book is ready. You can come to pick it up,
- if you requested an internal mail delivery, your book has been sent. Delivery estimate is 2-3 working days,
- if you requested an internal mail delivery, your book has been sent. Delivery estimate is 4-5 working days,,
- if you have not yet chosen one of the above options, please let us know your preference, by replying to this email.
{% endblock %}

Expand All @@ -33,6 +33,6 @@

If you did not already pick up the book at the Library desk, be aware that: <br/>
- if you requested a pick up at the Library, your book is ready. You can come to pick it up,<br/>
- if you requested an internal mail delivery, your book has been sent. Delivery estimate is 2-3 working days,<br/>
- if you requested an internal mail delivery, your book has been sent. Delivery estimate is 4-5 working days,<br/>
- if you have not yet chosen one of the above options, please let us know your preference, by replying to this email.<br/>
{% endblock %}
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{% if loan.delivery.method == "PICKUP" -%}
You will receive an email as soon as the book is ready for you to pick up at the Library desk.
{% elif loan.delivery.method == "DELIVERY" -%}
The book will be sent by internal mail to your office mailbox. Delivery estimate is 2-3 working days maximum.
The book will be sent by internal mail to your office mailbox. Delivery estimate is 4-5 working days.
{% endif -%}
{% endblock %}

Expand All @@ -26,7 +26,7 @@
{% if loan.delivery.method == "PICKUP" -%}
You will receive an email as soon as the book is ready for you to pick up at the Library desk. <br/>
{% elif loan.delivery.method == "DELIVERY" -%}
The book will be sent by internal mail to your office mailbox. Delivery estimate is 2-3 working days maximum. <br/>
The book will be sent by internal mail to your office mailbox. Delivery estimate is 4-5 working days.<br/>
{% endif -%}
{% endblock %}

0 comments on commit a793781

Please sign in to comment.