Bugzilla – Attachment 70651 Details for
Bug 15283
Switch default ISSUEQSLIP notice to Template Toolkit
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15283: Switch default ISSUEQSLIP notice to Template Toolkit
Bug-15283-Switch-default-ISSUEQSLIP-notice-to-Temp.patch (text/plain), 1.93 KB, created by
Charlotte Cordwell
on 2018-01-17 23:12:28 UTC
(
hide
)
Description:
Bug 15283: Switch default ISSUEQSLIP notice to Template Toolkit
Filename:
MIME Type:
Creator:
Charlotte Cordwell
Created:
2018-01-17 23:12:28 UTC
Size:
1.93 KB
patch
obsolete
>From abea897b362ee359b9526dde3e03118f6f578fd0 Mon Sep 17 00:00:00 2001 >From: Charlotte Cordwell <charlotte.cordwell123@gmail.com> >Date: Wed, 17 Jan 2018 23:10:35 +0000 >Subject: [PATCH] Bug 15283: Switch default ISSUEQSLIP notice to Template > Toolkit > >Please test if changes are correct. >--- > .../data/mysql/en/mandatory/sample_notices.sql | 26 +++++++++++++--------- > 1 file changed, 15 insertions(+), 11 deletions(-) > >diff --git a/installer/data/mysql/en/mandatory/sample_notices.sql b/installer/data/mysql/en/mandatory/sample_notices.sql >index 0eb0051..6a68934 100644 >--- a/installer/data/mysql/en/mandatory/sample_notices.sql >+++ b/installer/data/mysql/en/mandatory/sample_notices.sql >@@ -64,20 +64,24 @@ Date due: <<issues.date_due>><br /> > <hr /> > </div> > </news>', 1), >-('circulation','ISSUEQSLIP','Issue Quick Slip','Issue Quick Slip', '<h3><<branches.branchname>></h3> >-Checked out to <<borrowers.title>> <<borrowers.firstname>> <<borrowers.initials>> <<borrowers.surname>> <br /> >-(<<borrowers.cardnumber>>) <br /> >+('circulation','ISSUEQSLIP','Issue Quick Slip','Issue Quick Slip', '[%- USE KohaDates -%] >+<h3>[% branch.branchname %]</h3> >+Checked out to [% borrower.title %] [% borrower.firstname %] [% borrower.initials %] [% borrower.surname %] <br /> >+([% borrower.cardnumber %]) <br /> > >-<<today>><br /> >+[% today | $KohaDates %]<br /> > > <h4>Checked Out Today</h4> >-<checkedout> >-<p> >-<<biblio.title>> <br /> >-Barcode: <<items.barcode>><br /> >-Date due: <<issues.date_due>><br /> >-</p> >-</checkedout>', 1), >+[% FOREACH checkout IN borrower.checkouts %] >+ [% IF checkout.is_from_today %] >+ <p> >+ [% checkout.item.biblio.title %] <br /> >+ Barcode: [% checkout.item.barcode %]<br /> >+ Date due: [% checkout.date_due %]<br /> >+ </p> >+ [% END %] >+[% END %] >+', 1), > ('circulation','HOLD_SLIP','Hold Slip','Hold Slip', '<h5>Date: <<today>></h5> > > <h3> Transfer to/Hold in <<branches.branchname>></h3> >-- >2.1.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 15283
:
45332
|
45335
|
45336
|
70651
|
91656
|
91657