Bugzilla – Attachment 85616 Details for
Bug 18251
SCO alerts - need a trigger for successful checkouts
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18251: SCO alerts - need a trigger for successful checkouts
Bug-18251-SCO-alerts---need-a-trigger-for-successf.patch (text/plain), 2.55 KB, created by
Josef Moravec
on 2019-02-25 13:44:51 UTC
(
hide
)
Description:
Bug 18251: SCO alerts - need a trigger for successful checkouts
Filename:
MIME Type:
Creator:
Josef Moravec
Created:
2019-02-25 13:44:51 UTC
Size:
2.55 KB
patch
obsolete
>From 9d614ec0dba1a3cd8a32f4c6fc8946fc8e1e3573 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Mon, 13 Mar 2017 14:30:42 +0000 >Subject: [PATCH] Bug 18251: SCO alerts - need a trigger for successful > checkouts >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >This patch adds simple text and a div to allow for sounds to be >configured upon successful SCO checkout > >To test: >1 - Enable sco module >2 - Enable AudioAlerts >3 - Define alert with > Selector: .sco-alert-success > Sound:http://localhost:8081/intranet-tmpl/prog/sound/opening.ogg >4 - Checkout to patron using SCO >5 - Note only feedback is a addition of item to checkouts list >6 - Apply patch >7 - Checkout ot patron via SCO >8 - You should hear the sound specified above >9 - You should also see a note: Item checked out > >Followed test plan, works as expected. >(Works with external sound only, see Bug 16732) >Signed-off-by: Marc Véron <veron@veron.ch> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt | 5 +++++ > opac/sco/sco-main.pl | 1 + > 2 files changed, 6 insertions(+) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt >index 2935351f9f..048923b1a2 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt >@@ -170,6 +170,11 @@ > </div> > [% END %] > >+ [% IF ( issued ) %] >+ <span class="sco-alert-success"></span> >+ <p>Item checked out</p> >+ [% END %] >+ > > [% UNLESS ( hide_main ) %] > >diff --git a/opac/sco/sco-main.pl b/opac/sco/sco-main.pl >index 841b59bb3f..16e598dfa0 100755 >--- a/opac/sco/sco-main.pl >+++ b/opac/sco/sco-main.pl >@@ -223,6 +223,7 @@ elsif ( $patron and $op eq "checkout" ) { > if ( $hold_existed ) { > my $dtf = Koha::Database->new->schema->storage->datetime_parser; > $template->param( >+ issued => 1, > # If the hold existed before the check in, let's confirm that the charge line exists > # Note that this should not be needed but since we do not have proper exception handling here we do it this way > patron_has_hold_fee => Koha::Account::Lines->search( >-- >2.11.0
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 18251
:
61040
|
61211
|
61262
|
61324
|
61343
|
61665
|
61715
|
61716
|
61717
|
61718
|
66186
|
66187
|
66188
|
66189
|
85409
|
85603
|
85604
|
85605
|
85606
|
85607
| 85616 |
85617
|
85618
|
85619
|
85620