Bugzilla – Attachment 174448 Details for
Bug 38428
Simplify listing of items on stock rotation page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38428: (QA follow-up) Squash QA script warning
Bug-38428-QA-follow-up-Squash-QA-script-warning.patch (text/plain), 2.08 KB, created by
Martin Renvoize (ashimema)
on 2024-11-13 08:16:37 UTC
(
hide
)
Description:
Bug 38428: (QA follow-up) Squash QA script warning
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-11-13 08:16:37 UTC
Size:
2.08 KB
patch
obsolete
>From bcfb77e4d0fd3489e7bf1e55941ae3f39f89132f Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Wed, 13 Nov 2024 08:12:55 +0000 >Subject: [PATCH] Bug 38428: (QA follow-up) Squash QA script warning > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/stockrotation.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stockrotation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stockrotation.tt >index 99cd8985785..a6161f0b67a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stockrotation.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stockrotation.tt >@@ -549,7 +549,7 @@ > [%- END -%] > > [%- IF !transfer -%] >- <a id="remove_item_from_stage_[% item_id | html %]_[% rota.id | html %]" class="btn btn-default btn-xs submit-form-link" action="/cgi-bin/koha/tools/stockrotation.pl" data-op="cud-remove_item_from_stage" data-item_id="[% sritem.id | html %]" data-stage_id="[% sritem.stage.stage_id | html %]" data-rota_id="[% rota.id | html %]" data-method="post" data-confirmation-msg="[% t('Are you sure you wish to remove this item from its rota?') %]"> >+ <a id="remove_item_from_stage_[% item_id | html %]_[% rota.id | html %]" class="btn btn-default btn-xs submit-form-link" action="/cgi-bin/koha/tools/stockrotation.pl" data-op="cud-remove_item_from_stage" data-item_id="[% sritem.id | html %]" data-stage_id="[% sritem.stage.stage_id | html %]" data-rota_id="[% rota.id | html %]" data-method="post" data-confirmation-msg="[% t('Are you sure you wish to remove this item from its rota?') | html %]"> > [%- ELSE -%] > <a class="btn btn-default btn-xs" disabled="disabled"> > [%- END -%] >-- >2.47.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 38428
:
174436
|
174447
| 174448