Bugzilla – Attachment 174844 Details for
Bug 38343
False display of closed invoices in receive process
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38343: (QA follow-up) Always show filters
Bug-38343-QA-follow-up-Always-show-filters.patch (text/plain), 1.73 KB, created by
Emily Lamancusa (emlam)
on 2024-11-20 15:13:51 UTC
(
hide
)
Description:
Bug 38343: (QA follow-up) Always show filters
Filename:
MIME Type:
Creator:
Emily Lamancusa (emlam)
Created:
2024-11-20 15:13:51 UTC
Size:
1.73 KB
patch
obsolete
>From 6d2875aa32efc942901e3af728c65d1d52689d18 Mon Sep 17 00:00:00 2001 >From: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> >Date: Wed, 20 Nov 2024 09:38:53 -0500 >Subject: [PATCH] Bug 38343: (QA follow-up) Always show filters > >If a library is expecting to have open invoices and does not, they may >want to check the closed invoices. The option to include closed invoices >should be visible in that case - otherwise, it's several extra clicks to >back out into the Acquisitions module and search the invoices. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt | 8 ++------ > 1 file changed, 2 insertions(+), 6 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt >index 769e1c9e72..e8698d49b2 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt >@@ -34,11 +34,7 @@ > > <div class="main container-fluid"> > <div class="row"> >- [% IF ( count ) %] > <div class="col-md-10 order-md-2 order-sm-2"> >- [% ELSE %] >- <div class="col-md-10 offset-md-1 col-lg-8 offset-lg-2"> >- [% END %] > <main> > [% INCLUDE 'messages.inc' %] > <h1>Receive shipment from vendor <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | uri %]">[% name | html %]</a></h1> >@@ -202,7 +198,7 @@ > </main> > </div> <!-- /.col-md-10.order-md-2 --> > >-[% IF ( count ) %] >+ > <div class="col-md-2 order-sm-2 order-md-1"> > <aside> > <form method="get" action="parcels.pl"> >@@ -250,7 +246,7 @@ > </form> > </aside> > </div> <!-- /.col-md-2.order-md-1 --> >-[% END %] >+ > </div> <!-- /.row --> > > [% MACRO jsinclude BLOCK %] >-- >2.34.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 38343
:
174818
|
174820
|
174844
|
174845
|
174846
|
174847
|
174848
|
174886