Bugzilla – Attachment 34027 Details for
Bug 12565
Acq: Link to basket in breadcrumbs broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12565: Acq: Fix broken link in breadcrumbs
Bug-12565-Acq-Fix-broken-link-in-breadcrumbs.patch (text/plain), 1.85 KB, created by
Katrin Fischer
on 2014-11-30 07:20:51 UTC
(
hide
)
Description:
Bug 12565: Acq: Fix broken link in breadcrumbs
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2014-11-30 07:20:51 UTC
Size:
1.85 KB
patch
obsolete
>From 44e49f2827bbed28f4fe27dc5cfd43128858ecee Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Sun, 30 Nov 2014 08:18:11 +0100 >Subject: [PATCH] Bug 12565: Acq: Fix broken link in breadcrumbs > >The link back to the basket when creating an order by >searching for an existing record in the catalog is >broken. > >To test: >- Start a new basket >- Create a new order line by searching for an existing > record in your catalog >- Try the link back to the basket from the breadcrumbs > at the result list page >- Verify that the link is broken >- Apply patch and retest >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderbiblio.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderbiblio.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderbiblio.tt >index c466cd1..4911b62 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderbiblio.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderbiblio.tt >@@ -22,7 +22,7 @@ > [% INCLUDE 'header.inc' %] > [% INCLUDE 'acquisitions-search.inc' %] > >-<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=[% booksellerid %]">[% name %]</a> › <a href="/cgi-bin/koha/acqui/basket.pl?=[% basketno %]">Basket [% basketno %]</a> › Search existing records</div> >+<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=[% booksellerid %]">[% name %]</a> › <a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basketno %]">Basket [% basketno %]</a> › Search existing records</div> > > <div id="doc3" class="yui-t2"> > >-- >1.9.1
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 12565
:
34027
|
34055
|
34128