Bugzilla – Attachment 118846 Details for
Bug 27982
Replace obsolete title-string sorting: Acquisitions templates part 1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27982: (follow-up) Address missing instances
Bug-27982-follow-up-Address-missing-instances.patch (text/plain), 1.99 KB, created by
Martin Renvoize (ashimema)
on 2021-03-26 11:45:17 UTC
(
hide
)
Description:
Bug 27982: (follow-up) Address missing instances
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2021-03-26 11:45:17 UTC
Size:
1.99 KB
patch
obsolete
>From bd241c68f1afa3c12ddca55360bf51e674978ba7 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 25 Mar 2021 11:50:25 +0000 >Subject: [PATCH] Bug 27982: (follow-up) Address missing instances > >- Acquisitions -> Invoices > - With AcqEnableFiles enabled, attach some files to an invoice: > - Invoice details > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt | 3 --- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt | 3 +-- > 2 files changed, 1 insertion(+), 5 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt >index b37d64c3f2..93607d88af 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt >@@ -486,9 +486,6 @@ > })); > [% IF ( (Koha.Preference('AcqEnableFiles')) && files ) %] > $("#invoice_files_table").dataTable($.extend(true, {}, dataTablesDefaults, { >- "aoColumnDefs": [ >- { "aTargets": [ "title-string" ], "sType": "title-string" } >- ], > bInfo: false, > bPaginate: false, > bFilter: false, >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt >index 08889f2727..343bf6c9bf 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt >@@ -316,8 +316,7 @@ > bPaginate: false, > aoColumnDefs: [ > { "bSortable": false, "aTargets": [1, -1] }, >- { "bVisible": false, "aTargets": [0] }, >- { "sType": "title-string", "aTargets" : [ "title-string" ] } >+ { "bVisible": false, "aTargets": [0] } > ] > })); > >-- >2.20.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 27982
:
118468
|
118491
|
118580
|
118783
|
118786
|
118787
|
118845
| 118846 |
118847