From: Terran McCanna Date: Mon, 10 Dec 2018 20:36:05 +0000 (-0500) Subject: PINES Custom Offline Checkout and Renew Receipts X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=56032b22a404721b321ed46815565d9828013d82;p=evergreen%2Fpines.git PINES Custom Offline Checkout and Renew Receipts - Correct due date to not show due time. - Show 'Non-cataloged Item' text when there is no barcode. Signed-off-by: Terran McCanna --- diff --git a/Open-ILS/src/templates/staff/share/print_templates/t_offline_checkout.tt2 b/Open-ILS/src/templates/staff/share/print_templates/t_offline_checkout.tt2 index 7aeecaf0e0..b8e38e8fdb 100644 --- a/Open-ILS/src/templates/staff/share/print_templates/t_offline_checkout.tt2 +++ b/Open-ILS/src/templates/staff/share/print_templates/t_offline_checkout.tt2 @@ -3,10 +3,12 @@
  1. -
    Barcode: {{checkout.barcode}}
    - Due: {{checkout.due_date | date:"short"}}
    +
    Barcode: {{checkout.barcode}}
    + Due: {{checkout.due_date | date:"M/d/yyyy"}}
    +
    Non-cataloged Item
    + Due: {{checkout.due_date | date:"M/d/yyyy"}}

{{today | date:'short'}}
- + {{hold.sms_notify}} diff --git a/Open-ILS/src/templates/staff/share/print_templates/t_offline_renew.tt2 b/Open-ILS/src/templates/staff/share/print_templates/t_offline_renew.tt2 index a7134fb52d..ba87cc170d 100644 --- a/Open-ILS/src/templates/staff/share/print_templates/t_offline_renew.tt2 +++ b/Open-ILS/src/templates/staff/share/print_templates/t_offline_renew.tt2 @@ -4,10 +4,9 @@
  1. Barcode: {{checkout.barcode}}
    - Due: {{checkout.due_date | date:"short"}}
    + Due: {{checkout.due_date | date:"M/d/yyyy"}}

{{today | date:'short'}}
-