Bugzilla – Attachment 167786 Details for
Bug 37081
Add order confusing when ordering from a staged file
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37081: Reword button on addorderiso2709.tt
Bug-37081-Reword-button-on-addorderiso2709tt.patch (text/plain), 2.51 KB, created by
Lucas Gass (lukeg)
on 2024-06-17 14:01:36 UTC
(
hide
)
Description:
Bug 37081: Reword button on addorderiso2709.tt
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2024-06-17 14:01:36 UTC
Size:
2.51 KB
patch
obsolete
>From 509dfd647a7f1d07d39f5b820625c799adb79b57 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Mon, 17 Jun 2024 13:54:45 +0000 >Subject: [PATCH] Bug 37081: Reword button on addorderiso2709.tt > >To test: >1. Go to Acquisition and create or find a vendor. >2. Create a new basket. >3. Add to basket -> from a new file >4. Upload a .mrc file and stage fro import. >5. Add the files to your basket. >6. For each item in the basket notice the button set which includes MARC, Card, and Add order. >7. APPLY patch and reload the page. >8. Add order should now be New order. >--- > .../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 09066e6795..f6270ba990 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt >@@ -166,7 +166,7 @@ > <span class="actions"> > <a href="/cgi-bin/koha/catalogue/showmarc.pl?importid=[% biblio.import_record_id | uri %]" class="previewData btn btn-default btn-xs">MARC</a> > <a href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&importid=[% biblio.import_record_id | uri %]" class="previewData btn btn-default btn-xs">Card</a> >- <a href="/cgi-bin/koha/acqui/neworderempty.pl?booksellerid=[% booksellerid | uri %]&basketno=[% basketno | uri %]&breedingid=[% biblio.import_record_id | uri %]&import_batch_id=[% biblio.import_batch_id | uri %]&biblionumber=[% biblio.match_biblionumber | uri %]" class="btn btn-default btn-xs">Add order</a> >+ <a href="/cgi-bin/koha/acqui/neworderempty.pl?booksellerid=[% booksellerid | uri %]&basketno=[% basketno | uri %]&breedingid=[% biblio.import_record_id | uri %]&import_batch_id=[% biblio.import_batch_id | uri %]&biblionumber=[% biblio.match_biblionumber | uri %]" class="btn btn-default btn-xs">New order</a> > </span> > <fieldset class="rows order_details"> > <ol> >-- >2.39.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 37081
:
167786
|
167804