Bugzilla – Attachment 11073 Details for
Bug 8395
order receive not sorting right
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8395: Fix sort order in parcel.tt (summary)
Bug-8395-Fix-sort-order-in-parceltt-summary.patch (text/plain), 1.13 KB, created by
Jonathan Druart
on 2012-07-23 09:45:46 UTC
(
hide
)
Description:
Bug 8395: Fix sort order in parcel.tt (summary)
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2012-07-23 09:45:46 UTC
Size:
1.13 KB
patch
obsolete
>From c0f9e4494ba255bef7e94144253bb30d1e86bd33 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Mon, 23 Jul 2012 11:46:01 +0200 >Subject: [PATCH] Bug 8395: Fix sort order in parcel.tt (summary) > >--- > .../intranet-tmpl/prog/en/modules/acqui/parcel.tt | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt >index 7b0f7ca..d4f7e0a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt >@@ -21,7 +21,7 @@ > "aoColumns": [ > { "sType": "num-html" }, > { "sType": "num-html" }, >- null, >+ { "sType": "html" }, > null, > null, > null, >@@ -38,7 +38,7 @@ > "aoColumns": [ > { "sType": "num-html" }, > { "sType": "num-html" }, >- null, >+ { "sType": "html" }, > null, > null, > null, >-- >1.7.7.3
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 8395
:
10722
|
11073
|
11074
|
11138