Bugzilla – Attachment 67160 Details for
Bug 18584
Our legacy code contains trailing-spaces
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13208: (QA follow-up) Remove blank breadcrumbs on successful deletion
Bug-13208-QA-follow-up-Remove-blank-breadcrumbs-on.patch (text/plain), 1.78 KB, created by
David Bourgault
on 2017-09-15 19:33:19 UTC
(
hide
)
Description:
Bug 13208: (QA follow-up) Remove blank breadcrumbs on successful deletion
Filename:
MIME Type:
Creator:
David Bourgault
Created:
2017-09-15 19:33:19 UTC
Size:
1.78 KB
patch
obsolete
>From 1eac5afdca3f43a8ccf0a76e384211b05ed4818a Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Fri, 1 Sep 2017 13:18:21 +0000 >Subject: [PATCH] Bug 13208: (QA follow-up) Remove blank breadcrumbs on > successful deletion > >After order is deleted we don't have a vendor or basket so we get blank >breadcrumbs, this removes them > >Signed-off-by: David Bourgault <david.bourgault@inlibro.com> > >https://bugs.koha-community.org/show_bug.cgi?id=18584 >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/cancelorder.tt | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/cancelorder.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/cancelorder.tt >index bae859b..0a34f13 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/cancelorder.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/cancelorder.tt >@@ -9,8 +9,10 @@ > <div id="breadcrumbs"> > <a href="/cgi-bin/koha/mainpage.pl">Home</a> › > <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a> › >- <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% basket.bookseller.id %]">[% basket.bookseller.name | html %]</a> › >- <a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basket.basketno %]">Basket [% basket.basketname | html %] ([% basket.basketno %]) for [% basket.bookseller.name | html %]</a> › >+ [% UNLESS success_cancelorder %] >+ <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% basket.bookseller.id %]">[% basket.bookseller.name | html %]</a> › >+ <a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basket.basketno %]">Basket [% basket.basketname | html %] ([% basket.basketno %]) for [% basket.bookseller.name | html %]</a> › >+ [% END %] > Cancel order > </div> > >-- >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 18584
:
64236
|
64237
|
64238
|
67095
|
67096
|
67097
|
67157
|
67158
|
67159
|
67160
|
67161
|
79734
|
79743
|
79758
|
79811
|
79953
|
81990
|
82337
|
82347
|
85966
|
85967
|
85968
|
87746
|
87750
|
87775
|
175456
|
175458
|
175610