Bugzilla – Attachment 187078 Details for
Bug 21004
Use modal to add and edit notes on receiving orders/shipments page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21004: (follow-up) remove unused modordernotes file
0001-Bug-21004-follow-up-remove-unused-modordernotes-file.patch (text/plain), 3.41 KB, created by
Johanna Räisä
on 2025-09-30 09:55:11 UTC
(
hide
)
Description:
Bug 21004: (follow-up) remove unused modordernotes file
Filename:
MIME Type:
Creator:
Johanna Räisä
Created:
2025-09-30 09:55:11 UTC
Size:
3.41 KB
patch
obsolete
>From 09e61413a63c5ad3fd40fd033a0c44a41ae79e89 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Johanna=20R=C3=A4is=C3=A4?= <johanna.raisa@gmail.com> >Date: Tue, 30 Sep 2025 12:09:58 +0300 >Subject: [PATCH] Bug 21004: (follow-up) remove unused modordernotes file > >The modordernotes.tt file is no longer used in the application, so it can be safely removed to clean up the codebase. >--- > .../prog/en/modules/acqui/modordernotes.tt | 66 ------------------- > 1 file changed, 66 deletions(-) > delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/modordernotes.tt > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/modordernotes.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/modordernotes.tt >deleted file mode 100644 >index 2b026c2f69..0000000000 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/modordernotes.tt >+++ /dev/null >@@ -1,66 +0,0 @@ >-[% USE raw %] >-[% USE Koha %] >-[% PROCESS 'i18n.inc' %] >-[% INCLUDE 'doc-head-open.inc' %] >-<title >- >[% FILTER collapse %] >- [% IF (type == "vendor") %] >- [% t("Change order vendor note") | html %] >- [% ELSE %] >- [% t("Change order internal note") | html %] >- [% END %] >- › [% t("Acquisition") | html %] › [% t("Koha") | html %] >- [% END %]</title >-> >-[% INCLUDE 'doc-head-close.inc' %] >-</head> >- >-<body id="acq_modordernotes" class="acq"> >-[% INCLUDE 'header.inc' %] >- >-[% WRAPPER 'sub-header.inc' %] >- [% WRAPPER breadcrumbs %] >- [% WRAPPER breadcrumb_item %] >- <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisition</a> >- [% END %] >- [% WRAPPER breadcrumb_item %] >- <a href="/cgi-bin/koha/acquisition/vendors/[% booksellerid | uri %]">[% booksellername | html %]</a> >- [% END %] >- [% WRAPPER breadcrumb_item %] >- <a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basketno | uri %]">Basket [% basketname | html %] ([% basketno | html %])</a> >- [% END %] >- [% WRAPPER breadcrumb_item bc_active=1 %] >- [% IF (type == "vendor") %] >- <span>Change order's vendor note</span> >- [% ELSE %] >- <span>Change order's internal note</span> >- [% END %] >- [% END %] >- [% END #/ WRAPPER breadcrumbs %] >-[% END #/ WRAPPER sub-header.inc %] >- >-[% WRAPPER 'main-container.inc' %] >- >- [% IF (type == "vendor") %] >- <h1>Change order vendor note (order no. [% ordernumber | html %])</h1> >- [% ELSE %] >- <h1>Change order internal note (order no. [% ordernumber | html %])</h1> >- [% END %] >- <form action="/cgi-bin/koha/acqui/modordernotes.pl" method="post"> >- [% INCLUDE 'csrf-token.inc' %] >- <fieldset class="brief"> >- <label for="ordernotes">Note:</label> >- <textarea id="ordernotes" name="ordernotes" rows="3" cols="30" class="focus">[% ordernotes | html %]</textarea> >- </fieldset> >- <input type="hidden" name="referrer" value="[% referrer | html %]" /> >- <input type="hidden" name="ordernumber" value="[% ordernumber | html %]" /> >- <input type="hidden" name="op" value="cud-save" /> >- <input type="hidden" name="type" value="[% type | html %]" /> >- <fieldset class="action"> >- <input type="submit" class="btn btn-primary" value="Save" /> >- <a class="cancel" href="[% referrer | url %]">Cancel</a> >- </fieldset> >- </form> >-[% END %] >- >-[% INCLUDE 'intranet-bottom.inc' %] >-- >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 21004
:
187077
| 187078