Bugzilla – Attachment 179960 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), 3.92 KB, created by
Nick Clemens (kidclamp)
on 2025-03-31 09:49:32 UTC
(
hide
)
Description:
Bug 31632: (QA follow-up) Adjust TT filters and remove extra form-submit.js
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2025-03-31 09:49:32 UTC
Size:
3.92 KB
patch
obsolete
>From cf6686733ec48a822e64b457c2752d91446f98dc 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> >Signed-off-by: Aleisha Amohia <aleishaamohia@hotmail.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt | 3 +-- > .../prog/en/modules/acqui/newordersuggestion.tt | 8 ++++---- > 2 files changed, 5 insertions(+), 6 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 509bd59dafc..4298a586165 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >@@ -738,7 +738,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 %] >@@ -1026,7 +1026,6 @@ > [% Asset.js("js/form-submit.js") | $raw %] > [% INCLUDE 'datatables.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 bf52cae60d1..1b85f024e8d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersuggestion.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersuggestion.tt >@@ -97,10 +97,10 @@ > <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-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="#" >-- >2.39.5
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