From 09e61413a63c5ad3fd40fd033a0c44a41ae79e89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johanna=20R=C3=A4is=C3=A4?= 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' %] -[% 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 %] -[% INCLUDE 'doc-head-close.inc' %] - - - -[% INCLUDE 'header.inc' %] - -[% WRAPPER 'sub-header.inc' %] - [% WRAPPER breadcrumbs %] - [% WRAPPER breadcrumb_item %] - Acquisition - [% END %] - [% WRAPPER breadcrumb_item %] - [% booksellername | html %] - [% END %] - [% WRAPPER breadcrumb_item %] - Basket [% basketname | html %] ([% basketno | html %]) - [% END %] - [% WRAPPER breadcrumb_item bc_active=1 %] - [% IF (type == "vendor") %] - Change order's vendor note - [% ELSE %] - Change order's internal note - [% END %] - [% END %] - [% END #/ WRAPPER breadcrumbs %] -[% END #/ WRAPPER sub-header.inc %] - -[% WRAPPER 'main-container.inc' %] - - [% IF (type == "vendor") %] -

Change order vendor note (order no. [% ordernumber | html %])

- [% ELSE %] -

Change order internal note (order no. [% ordernumber | html %])

- [% END %] -
- [% INCLUDE 'csrf-token.inc' %] -
- - -
- - - - -
- - Cancel -
-
-[% END %] - -[% INCLUDE 'intranet-bottom.inc' %] -- 2.34.1