Bugzilla – Attachment 76140 Details for
Bug 20698
Remove obsolete template: transfer-slip.tt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20698 - Remove obsolete template: transfer-slip.tt
Bug-20698---Remove-obsolete-template-transfer-slip.patch (text/plain), 1.73 KB, created by
Owen Leonard
on 2018-06-18 15:33:43 UTC
(
hide
)
Description:
Bug 20698 - Remove obsolete template: transfer-slip.tt
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2018-06-18 15:33:43 UTC
Size:
1.73 KB
patch
obsolete
>From 2ddf8b6195560cbcc5ea6702f4b3cfd384adfa96 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 18 Jun 2018 15:29:37 +0000 >Subject: [PATCH] Bug 20698 - Remove obsolete template: transfer-slip.tt > >This patch removes an unused template file, circ/transfer-slip.tt. Its >use was removed by Bug 7001: > >http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=a9ded4fa008668df8c485fbbc76efa3cc9cc00d7#patch12 > >To test, apply the patch and confirm that the file has been removed. >Confirm that no references to the template exist in the codebase. >--- > .../prog/en/modules/circ/transfer-slip.tt | 25 ---------------------- > 1 file changed, 25 deletions(-) > delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/circ/transfer-slip.tt > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transfer-slip.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transfer-slip.tt >deleted file mode 100644 >index 5854fdb..0000000 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transfer-slip.tt >+++ /dev/null >@@ -1,25 +0,0 @@ >-[% INCLUDE 'doc-head-open.inc' %] >-<title>Koha › Circulation › Transfers</title> >-[% INCLUDE 'doc-head-close-receipt.inc' %] >-<script type="text/javascript"> >-function printandclose() >-{ >-window.print(); >-window.close(); >-} >-</script> >-</head> >-<body id="circ_transfer-slip" class="circ" onload="printandclose();"> >-<div id="main"> >- >-<h5>Date: [% pulldate %]</h5> >-<h3>Transfer to [% branchname %]</h3> >- >-<h3>ITEM</h3> >- <h4>[% biblio.title |html %]</h4> >- <h5>[% biblio.author %] </h5> >- <ul> >- [% IF ( item.barcode ) %]<li>[% item.barcode %]</li>[% END %] >- [% IF ( item.itemcallnumber ) %]<li>[% item.itemcallnumber %]</li>[% END %] >- </ul> >-[% INCLUDE 'intranet-bottom.inc' %] >-- >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 20698
:
76140
|
76771
|
76931