Bugzilla – Attachment 165971 Details for
Bug 36246
Have a centralized method for submitting a form via a link
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36246: (QA follow-up) Add missing filter
Bug-36246-QA-follow-up-Add-missing-filter.patch (text/plain), 1.80 KB, created by
Martin Renvoize (ashimema)
on 2024-05-01 13:23:04 UTC
(
hide
)
Description:
Bug 36246: (QA follow-up) Add missing filter
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-05-01 13:23:04 UTC
Size:
1.80 KB
patch
obsolete
>From 84505edbaf3859649610172bd0cdced75dfaecb9 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Wed, 1 May 2024 14:20:19 +0100 >Subject: [PATCH] Bug 36246: (QA follow-up) Add missing filter > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt >index 7fbc3b995d8..be89ba07c36 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt >@@ -230,7 +230,7 @@ > [% END # /IF adjustment.encumber_open %] > [% UNLESS readonly %] > <td> >- <a class="btn btn-default btn-xs submit-form-link" href="#" data-adjustment_id="[% adjustment.adjustment_id | html %]" data-invoiceid="[% invoiceid | html %]" data-action="invoice.pl" data-method="post" data-op="cud-del_adj" data-confirmation-msg="[% t('Are you sure you want to delete this adjustment?') %]"> >+ <a class="btn btn-default btn-xs submit-form-link" href="#" data-adjustment_id="[% adjustment.adjustment_id | html %]" data-invoiceid="[% invoiceid | html %]" data-action="invoice.pl" data-method="post" data-op="cud-del_adj" data-confirmation-msg="[% t('Are you sure you want to delete this adjustment?') | html %]"> > <i class="fa fa-trash-can"></i> Delete</a> > </td> > [% END %] >-- >2.44.0
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 36246
:
162835
|
163098
|
163517
|
164830
|
164831
|
164832
|
165967
|
165968
|
165969
|
165970
| 165971