Bugzilla – Attachment 16408 Details for
Bug 8378
<fine> syntax not working on overdues anymore
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8378 - show all items columns and new items.fine
Bug-8378---show-all-items-columns-and-new-itemsfin.patch (text/plain), 1.21 KB, created by
Tomás Cohen Arazi (tcohen)
on 2013-03-19 15:17:07 UTC
(
hide
)
Description:
Bug 8378 - show all items columns and new items.fine
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2013-03-19 15:17:07 UTC
Size:
1.21 KB
patch
obsolete
>From 117ac20cc5b6e39d044e43fef095357339f4cbd0 Mon Sep 17 00:00:00 2001 >From: Dobrica Pavlinusic <dpavlin@rot13.org> >Date: Tue, 19 Mar 2013 14:36:14 +0100 >Subject: [PATCH] Bug 8378 - show all items columns and new items.fine > >This allows users to select any columns from items and adds new >items.fine field introduced by previous patch to user interface. > >Note: This works as expected. items.fine appears as an option and gets inserted in the notice template as expected. > >Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com> >--- > tools/letter.pl | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/tools/letter.pl b/tools/letter.pl >index a462aba..68c6701 100755 >--- a/tools/letter.pl >+++ b/tools/letter.pl >@@ -195,8 +195,9 @@ sub add_form { > } > else { > push @{$field_selection}, add_fields('biblio','biblioitems'), >- {value => q{}, text => '---ITEMS---' }, >+ add_fields('items'), > {value => 'items.content', text => 'items.content'}, >+ {value => 'items.fine', text => 'items.fine'}, > add_fields('borrowers'); > if ($module eq 'circulation') { > push @{$field_selection}, add_fields('opac_news'); >-- >1.7.10.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 8378
:
11628
|
11804
|
11805
|
11806
|
11906
|
12286
|
14069
|
16387
|
16388
|
16390
|
16407
|
16408
|
16513
|
16515
|
16518
|
16522
|
16528
|
16529
|
16530
|
16531