Bugzilla – Attachment 57389 Details for
Bug 17595
Add button for creating manual invoice (aka fine or fee) to patron toolbar
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17595: Add buttonu for creating fine to patron toolbar
Bug-17595-Add-buttonu-for-creating-fine-to-patron-.patch (text/plain), 1.44 KB, created by
Josef Moravec
on 2016-11-09 13:55:21 UTC
(
hide
)
Description:
Bug 17595: Add buttonu for creating fine to patron toolbar
Filename:
MIME Type:
Creator:
Josef Moravec
Created:
2016-11-09 13:55:21 UTC
Size:
1.44 KB
patch
obsolete
>From 5072727f0a554204e47992e33dbb6f1dd20fe296 Mon Sep 17 00:00:00 2001 >From: Josef Moravec <josef.moravec@gmail.com> >Date: Wed, 9 Nov 2016 13:46:55 +0000 >Subject: [PATCH] Bug 17595: Add buttonu for creating fine to patron toolbar > >Test plan: >0) Apply the patch >1) Go to one of patron pages (circulation, moremember, ...) >2) Note the new "Create fine" button >3) Try add the fine through this button >4) Go through all patron pages and confirm, the button is visible on >every page that uses this toolbar >--- > koha-tmpl/intranet-tmpl/prog/en/includes/members-toolbar.inc | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/members-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/members-toolbar.inc >index bb8b68d..ca19b83 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/members-toolbar.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/members-toolbar.inc >@@ -169,6 +169,8 @@ function searchToHold(){ > > <a id="addnewmessageLabel" href="#add_message_form" data-toggle="modal" class="btn btn-small"><i class="fa fa-comment-o"></i> Add message</a> > >+ <a id="createfine" href="/cgi-bin/koha/members/maninvoice.pl?borrowernumber=[% borrowernumber %]" class="btn btn-small"><i class="fa fa-usd"></i> Create fine</a> >+ > <div class="btn-group"> > <button class="btn btn-small dropdown-toggle" data-toggle="dropdown">More <span class="caret"></span></button> > <ul class="dropdown-menu"> >-- >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 17595
:
57389
|
57813