Bugzilla – Attachment 175623 Details for
Bug 31632
Add ability to manually link orders to suggestions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31632: (QA follow-up) Adjust TT filters and remove extra form-submit.js
Bug-31632-QA-follow-up-Adjust-TT-filters-and-remov.patch (text/plain), 4.08 KB, created by
Emily Lamancusa (emlam)
on 2024-12-17 14:35:56 UTC
(
hide
)
Description:
Bug 31632: (QA follow-up) Adjust TT filters and remove extra form-submit.js
Filename:
MIME Type:
Creator:
Emily Lamancusa (emlam)
Created:
2024-12-17 14:35:56 UTC
Size:
4.08 KB
patch
obsolete
>From 407aa3ee06d608a9ae4a4af50641858f7875130c Mon Sep 17 00:00:00 2001 >From: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> >Date: Wed, 4 Dec 2024 10:43:43 -0500 >Subject: [PATCH] Bug 31632: (QA follow-up) Adjust TT filters and remove extra > form-submit.js > >Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt | 3 +-- > .../intranet-tmpl/prog/en/modules/acqui/newordersuggestion.tt | 2 +- > 2 files changed, 2 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >index 31b8fc1d9b..f76137fbb0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >@@ -739,7 +739,7 @@ > <br /> > [% END %] > [% UNLESS ( books_loo.suggestionid ) %] >- <a data-action="/cgi-bin/koha/acqui/newordersuggestion.pl" data-booksellerid="[% booksellerid | uri %]" data-basketno="[% basketno | uri %]" data-link_order="[% books_loo.ordernumber | uri %]" data-method="post" class="submit-form-link" href="#">[% tp('verb', 'Link suggestion') | html %]</a> >+ <a data-action="/cgi-bin/koha/acqui/newordersuggestion.pl" data-booksellerid="[% booksellerid | uri %]" data-basketno="[% basketno | uri %]" data-link_order="[% books_loo.ordernumber | uri %]" data-method="get" class="submit-form-link" href="#">[% tp('verb', 'Link suggestion') | html %]</a> > [% END %] > </td> > [% END %] >@@ -1028,7 +1028,6 @@ > [% INCLUDE 'datatables.inc' %] > [% INCLUDE 'columns_settings.inc' %] > [% Asset.js("js/acq.js") | $raw %] >- [% Asset.js("js/form-submit.js") | $raw %] > [% INCLUDE 'calendar.inc' %] > <script> > function updateColumnsVisibility(visible) { >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersuggestion.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersuggestion.tt >index 25f05d6c1b..4332cda4e8 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersuggestion.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersuggestion.tt >@@ -101,7 +101,7 @@ > </td> > <td class="actions"> > [% IF link_order %] >- <a data-action="/cgi-bin/koha/acqui/newordersuggestion.pl" data-op="cud-link_order" data-link_order="[% link_order | uri %]" data-booksellerid="[% booksellerid | uri %]" data-basketno="[% basketno | uri %]" data-suggestionid="[% suggestion.suggestionid | uri %]" data-method="post" class="btn btn-default btn-xs submit-form-link" href="#"><i class="fa fa-plus"></i> [% tp('verb', 'Link suggestion') | html %]</a> >+ <a data-action="/cgi-bin/koha/acqui/newordersuggestion.pl" data-op="cud-link_order" data-link_order="[% link_order | html %]" data-booksellerid="[% booksellerid | html %]" data-basketno="[% basketno | html %]" data-suggestionid="[% suggestion.suggestionid | html %]" data-method="post" class="btn btn-default btn-xs submit-form-link" href="#"><i class="fa fa-plus"></i> [% tp('verb', 'Link suggestion') | html %]</a> > [% ELSIF ( suggestion.biblionumber ) %] > <a href="neworderempty.pl?booksellerid=[% booksellerid | uri %]&basketno=[% basketno | uri %]&suggestionid=[% suggestion.suggestionid | uri %]&biblio=[% suggestion.biblionumber | uri %]" class="btn btn-default btn-xs"><i class="fa fa-plus"></i> [% tp('verb', 'Order') | html %]</a> > [% ELSE %] >-- >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 31632
:
141028
|
141029
|
141030
|
169391
|
170147
|
170148
|
170953
|
174393
|
174394
|
174395
|
174415
|
174416
|
174417
|
175620
|
175621
|
175622
|
175623
|
175624
|
176281
|
176282
|
179957
|
179958
|
179959
|
179960
|
179961
|
179962