Bugzilla – Attachment 171235 Details for
Bug 37854
Barcode fails when adding item during order receive (again)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37854: Re-indent HTML (whitespace-only)
Bug-37854-Re-indent-HTML-whitespace-only.patch (text/plain), 8.07 KB, created by
Olivier Vezina
on 2024-09-09 21:07:25 UTC
(
hide
)
Description:
Bug 37854: Re-indent HTML (whitespace-only)
Filename:
MIME Type:
Creator:
Olivier Vezina
Created:
2024-09-09 21:07:25 UTC
Size:
8.07 KB
patch
obsolete
>From 70f4ad61eaee849a4b517b0f6b6942926759904c Mon Sep 17 00:00:00 2001 >From: David Cook <dcook@prosentient.com.au> >Date: Fri, 6 Sep 2024 01:49:35 +0000 >Subject: [PATCH] Bug 37854: Re-indent HTML (whitespace-only) > >This whitespace only change re-indents the HTML > >Signed-off-by: Olivier V <olivier.vezina@inLibro.com> >--- > .../prog/en/modules/acqui/orderreceive.tt | 96 +++++++++---------- > 1 file changed, 48 insertions(+), 48 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt >index fd280aa2c3..d3e37913d7 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt >@@ -209,18 +209,59 @@ > </div> > </div> > <fieldset class="rows" id="top_itemfieldset"> >- <div id="items-panel" class="page-section"> >- <div id="acq-create-receiving"> >- <div id="items_list" style="display: none"> >- <h4>Items list</h4> >- <div style="width:100%;overflow:auto;"> >+ <div id="items-panel" class="page-section"> >+ <div id="acq-create-receiving"> >+ <div id="items_list" style="display: none"> >+ <h4>Items list</h4> >+ <div style="width:100%;overflow:auto;"> >+ <table> >+ <thead> >+ <tr> >+ <th>Actions</th> >+ <th>Barcode</th> >+ <th>Home library</th> >+ <th>Holding library</th> >+ <th>Not for loan</th> >+ <th>Restricted</th> >+ <th>Location</th> >+ <th>Call number</th> >+ <th>Copy number</th> >+ <th>Inventory number</th> >+ <th>Collection</th> >+ <th>Item type</th> >+ <th>Materials</th> >+ <th>Notes</th> >+ </tr> >+ </thead> >+ <tbody> >+ </tbody> >+ </table> >+ </div> >+ </div> >+ >+ <div id="itemfieldset"> >+ <h4>Item</h4> >+ [% IF ( NoACQframework ) %] >+ <p class="required"> >+ No ACQ framework, using default. You should create a >+ framework with code ACQ, the items framework would be >+ used >+ </p> >+ [% END %] >+ <div id="outeritemblock"></div> >+ </div> >+ </div> >+ <div id="acq-create-ordering"> >+ <h4>Items</h4> >+ <div style="width:100%;overflow:auto"> > <table> > <thead> > <tr> >- <th>Actions</th> >+ <th>Receive?</th> >+ <th> </th> > <th>Barcode</th> > <th>Home library</th> >- <th>Holding library</th> >+ <th>Current library</th> > <th>Not for loan</th> > <th>Restricted</th> > <th>Location</th> >@@ -238,48 +279,7 @@ > </table> > </div> > </div> >- >- <div id="itemfieldset"> >- <h4>Item</h4> >- [% IF ( NoACQframework ) %] >- <p class="required"> >- No ACQ framework, using default. You should create a >- framework with code ACQ, the items framework would be >- used >- </p> >- [% END %] >- <div id="outeritemblock"></div> >- </div> > </div> >- <div id="acq-create-ordering"> >- <h4>Items</h4> >- <div style="width:100%;overflow:auto"> >- <table> >- <thead> >- <tr> >- <th>Receive?</th> >- <th> </th> >- <th>Barcode</th> >- <th>Home library</th> >- <th>Current library</th> >- <th>Not for loan</th> >- <th>Restricted</th> >- <th>Location</th> >- <th>Call number</th> >- <th>Copy number</th> >- <th>Inventory number</th> >- <th>Collection</th> >- <th>Item type</th> >- <th>Materials</th> >- <th>Notes</th> >- </tr> >- </thead> >- <tbody> >- </tbody> >- </table> >- </div> >- </div> >- </div> > </fieldset> > </div> > <div class="col-md-12 col-lg-6"> >-- >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 37854
:
171115
|
171116
|
171234
|
171235
|
174546
|
174547