Bugzilla – Attachment 151315 Details for
Bug 33748
UI issue on addorderiso2709.pl page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33748: Fix UI issue when importing records from a staged MARC file
Bug-33748-Fix-UI-issue-when-importing-records-from.patch (text/plain), 2.67 KB, created by
Lucas Gass (lukeg)
on 2023-05-16 17:41:01 UTC
(
hide
)
Description:
Bug 33748: Fix UI issue when importing records from a staged MARC file
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2023-05-16 17:41:01 UTC
Size:
2.67 KB
patch
obsolete
>From 1ac8fd78731aba3eb4f455199b621d3894f46b51 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Tue, 16 May 2023 17:39:35 +0000 >Subject: [PATCH] Bug 33748: Fix UI issue when importing records from a staged > MARC file > >To test: > >1. Set MarcItemFieldsToOrder like this: > >homebranch: 975$a >holdingbranch: 975$b >itype: 975$y >nonpublic_note: 975$x >public_note: 975$z >loc: 975$c >ccode: 975$8 >notforloan: 975$7 >quantity: 975$q >price: 975$g >replacementprice: 975$v >uri: 975$u > >2. Set MarcFieldsToOrder like this: > >price: 975$p >quantity: 975$q >budget_code: 975$h > >3. Stage a MARC file that has bibs with items. >4. From acquisitions create a new basket and add 'From a staged file' >5. APPLY PATCH >6. Try 3 - 4 again, the display should now look correct. >--- > .../intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt >index 04a9096731..f03d44322e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt >@@ -10,7 +10,7 @@ > Batch list > [% END %] › Order staged MARC records › Acquisitions › Koha > </title> >-<style>.biblio { padding: 0 .5em;margin:0; }.item_edit_form{border-top:1px solid #AAA;padding-top:.5em;}@media (max-width: 767px) { #dataPreview { margin: 0; width : auto; } }</style> >+<style>.biblio { padding: 0 .5em;margin:0; }@media (max-width: 767px) { #dataPreview { margin: 0; width : auto; } }</style> > [% INCLUDE 'doc-head-close.inc' %] > [% Asset.css("css/addbiblio.css") | $raw %] > [%# As long as cataloging plugins rely on 'script' tags added inline, JS must be in the header %] >@@ -207,7 +207,7 @@ > <div class="item_edit_form"> > [% IF biblio.item_error %]Item records could not be processed because the number of item fields was uneven.[% END %] > [% FOREACH item IN biblio.iteminfos %] >- <fieldset> >+ <fieldset class="rows"> > <legend>Item record [% item.item_id | html %]</legend> > <ol> > <li> >-- >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 33748
:
151315
|
151323
|
151324
|
151325
|
151326
|
151329
|
151345
|
151346
|
151347
|
151713
|
151714
|
151896