Bugzilla – Attachment 66741 Details for
Bug 13208
More complete breadcrumbs when cancelling an order
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.67 KB, created by
Nick Clemens (kidclamp)
on 2017-09-01 13:21:39 UTC
(
hide
)
Description:
Bug 13208: (QA follow-up) Remove blank breadcrumbs on successful deletion
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2017-09-01 13:21:39 UTC
Size:
1.67 KB
patch
obsolete
>From 3d6f9ae4e15f2cc97f0e2919d9e8903800a42fae 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 >--- > 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.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 13208
:
64686
|
64697
|
65176
|
65291
|
65954
|
66161
|
66499
|
66500
|
66501
|
66738
|
66739
|
66740
|
66741
|
66831
|
67167
|
67168
|
67169
|
67170
|
67171
|
67768
|
67769
|
67770
|
67771
|
67772