Bugzilla – Attachment 143601 Details for
Bug 31824
Add page-section to list of pending/received orders (acq)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31824: Add page-section to list of pending/received orders (acq)
Bug-31824-Add-page-section-to-list-of-pendingrecei.patch (text/plain), 1.86 KB, created by
Katrin Fischer
on 2022-11-09 23:22:45 UTC
(
hide
)
Description:
Bug 31824: Add page-section to list of pending/received orders (acq)
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2022-11-09 23:22:45 UTC
Size:
1.86 KB
patch
obsolete
>From 34bfe3a0a2eae5e5606f6b65f70498f545dbc8d6 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 9 Nov 2022 16:42:54 +0000 >Subject: [PATCH] Bug 31824: Add page-section to list of pending/received > orders (acq) > >This patch adds a "page-section" class to the divs wrapping two >sections on the "Receive orders" page in Acquisitions. > >To test, apply the patch and go to Acquisitions. > >- Locate a vendor and view its details. >- In the toolbar, click "Receive shipments." >- If you have existing shipments listed in the first section, click the > invoice number link. > - If not, fill out the "receive a new shipment" form and submit it. >- On the "Receive orders" page there should be two sections: "Pending > orders" and "Already received." > >Signed-off-by: David Nind <david@davidnind.com> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt | 4 ++-- > 1 file 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 a488102c34..7ccc942be8 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt >@@ -114,7 +114,7 @@ > <p><strong>Invoice number:</strong> [% invoice | html %] <strong>Shipment date:</strong> [% shipmentdate | $KohaDates %]</p> > </div> > [% UNLESS (invoiceclosedate) %] >- <div id="acqui_receive_search"> >+ <div id="acqui_receive_search" class="page-section"> > <h3>Pending orders</h3> > <table id="pending_orders" class="table table-bordered table-striped"> > <thead> >@@ -144,7 +144,7 @@ > </p> > [% END %] > >-<div id="acqui_receive_receivelist"> >+<div id="acqui_receive_receivelist" class="page-section"> > <h3>Already received</h3> > > [% IF ( loop_received ) %] >-- >2.30.2
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 31824
:
143557
|
143589
| 143601