Bugzilla – Attachment 64949 Details for
Bug 18919
"Transaction Branch" select field broken in Cash register statistics
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18919: Repair "Transaction branch" in cash_register_stats.pl
Bug-18919-Repair-Transaction-branch-in-cashregiste.patch (text/plain), 1.59 KB, created by
Baptiste Wojtkowski (bwoj)
on 2017-07-10 08:16:10 UTC
(
hide
)
Description:
Bug 18919: Repair "Transaction branch" in cash_register_stats.pl
Filename:
MIME Type:
Creator:
Baptiste Wojtkowski (bwoj)
Created:
2017-07-10 08:16:10 UTC
Size:
1.59 KB
patch
obsolete
>From 63829316a6fdb16dd3b1c2c2a082193b31e20024 Mon Sep 17 00:00:00 2001 >From: Baptiste Wojtkowski <baptiste.wojtkowski@biblibre.com> >Date: Mon, 10 Jul 2017 08:11:33 +0000 >Subject: [PATCH] Bug 18919: Repair "Transaction branch" in > cash_register_stats.pl > >- values of the option fields are now correctly loaded >--- > .../intranet-tmpl/prog/en/modules/reports/cash_register_stats.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cash_register_stats.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cash_register_stats.tt >index 2a4a6d4..adba384 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cash_register_stats.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cash_register_stats.tt >@@ -186,9 +186,9 @@ $(document).ready(function() { > <option value="ALL">All</option> > [% FOREACH branchloo IN branchloop %] > [% IF ( branchloo.selected ) %] >- <option value="[% branchloo.value %]" selected="selected">[% branchloo.branchname %]</option> >+ <option value="[% branchloo.branchcode %]" selected="selected">[% branchloo.branchname %]</option> > [% ELSE %] >- <option value="[% branchloo.value %]">[% branchloo.branchname %]</option> >+ <option value="[% branchloo.branchcode %]">[% branchloo.branchname %]</option> > [% END %] > [% END %] > </select> >-- >2.7.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 18919
:
64948
|
64949
|
64950
|
65297
|
65332