Bugzilla – Attachment 161462 Details for
Bug 35912
Item prices not populating order form when adding to a basket from a staged file
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35912: Corretc field name form itemprice to price in addorderiso2709 template
Bug-35912-Corretc-field-name-form-itemprice-to-pri.patch (text/plain), 2.54 KB, created by
Nick Clemens (kidclamp)
on 2024-01-25 19:39:33 UTC
(
hide
)
Description:
Bug 35912: Corretc field name form itemprice to price in addorderiso2709 template
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2024-01-25 19:39:33 UTC
Size:
2.54 KB
patch
obsolete
>From e8ba9cf2483cdbb65d926a3924f4309926cc0474 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Thu, 25 Jan 2024 19:37:45 +0000 >Subject: [PATCH] Bug 35912: Corretc field name form itemprice to price in > addorderiso2709 template > >To test: >Setup -- Set systempreferences below > >MarcFieldsToOrder: >price: 949$g >quantity: 949$k >budget_code: 949$l >discount: 949$m >sort1: 949$n >sort2: 949$q > >MarcItemFieldsToOrder: >homebranch: 949$a >holdingbranch: 949$b >itype: 949$y >nonpublic_note: 949$x >public_note: 949$z >loc: 949$c >ccode: 949$8 >notforloan: 949$7 >uri: 949$u >copyno: 949$t >price: 949$g >replacementprice: 949$v >itemcallnumber: 949$o >quantity: 949$k >budget_code: 949$l > >Stage the attached bib-303.marcxml file >Add to basket from the staged file >Select the biblio >Note items do no have prices >Cancel >Apply patch >Add to basket from file again >Note prices, and other fields, come through as expected >--- > .../intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 35692ee15e5..fd597918e96 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt >@@ -364,7 +364,7 @@ > </li> > <li> > <label for="price_item_[% item.item_id | html %]">price</label> >- <input type="text" id="price_item_[% item.item_id | html %]" class="decimal" name="itemprice_[% biblio.import_record_id | html %]" value="[% item.itemprice | $Price on_editing => 1 %]"> >+ <input type="text" id="price_item_[% item.item_id | html %]" class="decimal" name="itemprice_[% biblio.import_record_id | html %]" value="[% item.price | $Price on_editing => 1 %]"> > </li> > <li> > <label for="replacementprice_item_[% item.item_id | html %]">replacement price</label> >-- >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 35912
:
161462
|
161463
|
161470
|
161483
|
161716