Bugzilla – Attachment 92450 Details for
Bug 23397
Order lines can be duplicated in acqui scripts spent.pl and ordered.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23397: (QA follow-up) Replace mod 2 by last
Bug-23397-QA-follow-up-Replace-mod-2-by-last.patch (text/plain), 1.81 KB, created by
Marcel de Rooy
on 2019-08-23 14:38:48 UTC
(
hide
)
Description:
Bug 23397: (QA follow-up) Replace mod 2 by last
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2019-08-23 14:38:48 UTC
Size:
1.81 KB
patch
obsolete
>From 1897f78fd997c450d01efe8e5ce0d64f9da03f69 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Fri, 23 Aug 2019 14:36:36 +0000 >Subject: [PATCH] Bug 23397: (QA follow-up) Replace mod 2 by last >Content-Type: text/plain; charset=utf-8 > >Looks better: Maps | Books | Continuing Resources > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/ordered.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/spent.tt | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/ordered.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/ordered.tt >index 275559f471..fb6c98e851 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/ordered.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/ordered.tt >@@ -56,8 +56,8 @@ > </td> > <td class="cell"> > [% FOREACH itemtype IN order.itemtypes %] >- [% IF !(loop.count() mod 2) %] | [% END %] > [% ItemTypes.GetDescription( itemtype ) | html %] >+ [% IF !loop.last() %] | [% END %] > [% END %] > </td> > <td class="cell"> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/spent.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/spent.tt >index e5687c3dae..60dee0f22e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/spent.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/spent.tt >@@ -57,8 +57,8 @@ > </td> > <td class="cell"> > [% FOREACH itemtype IN order.itemtypes %] >- [% IF !(loop.count() mod 2) %] | [% END %] > [% ItemTypes.GetDescription( itemtype ) | html %] >+ [% IF !loop.last() %] | [% END %] > [% END %] > </td> > <td class="cell"> >-- >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 23397
:
91855
|
92344
|
92446
|
92448
|
92449
| 92450