Bugzilla – Attachment 3987 Details for
Bug 6246
Acq: basket table broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch
0001-Bug-6246-Modify-Delete-links-were-missing-from-baske.patch (text/plain), 1.75 KB, created by
Katrin Fischer
on 2011-04-21 20:26:53 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2011-04-21 20:26:53 UTC
Size:
1.75 KB
patch
obsolete
>From b415774c9a3a24c737d4357ee29204ad4fda2a87 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Thu, 21 Apr 2011 22:24:37 +0200 >Subject: [PATCH] Bug 6246: Modify/Delete links were missing from basket lines >Content-Type: text/plain; charset="utf-8" > >Another TT problem. >--- > .../intranet-tmpl/prog/en/modules/acqui/basket.tt | 6 +++--- > 1 files changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >index 737dd40..d34e3d5 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >@@ -272,10 +272,10 @@ > <td class="number">[% books_loo.quantity %]</td> > <td class="number">[% books_loo.line_total %]</td> > <td>[% books_loo.budget_name %]</td> >- [% IF ( books_loo.active ) %] >- [% UNLESS ( books_loo.closedate ) %] >+ [% IF ( active ) %] >+ [% UNLESS ( closedate ) %] > <td> >- <a href="neworderempty.pl?ordernumber=[% books_loo.ordernumber %]&booksellerid=[% books_loo.booksellerid %]&basketno=[% books_loo.basketno %]">Modify</a> >+ <a href="neworderempty.pl?ordernumber=[% books_loo.ordernumber %]&booksellerid=[% booksellerid %]&basketno=[% basketno %]">Modify</a> > </td> > <td> > <a href="javascript:confirm_delete_item([% books_loo.ordernumber %],[% books_loo.biblionumber %])" class="button">Delete</a> >-- >1.7.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 6246
:
3986
| 3987