Bugzilla – Attachment 94306 Details for
Bug 23826
Manual Invoice does not use new accounttype and status for fines
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23826: Correction for missing "F" -> "OVERDUE" change
Bug-23826-Correction-for-missing-F---OVERDUE-chang.patch (text/plain), 1.21 KB, created by
Martin Renvoize (ashimema)
on 2019-10-16 15:23:22 UTC
(
hide
)
Description:
Bug 23826: Correction for missing "F" -> "OVERDUE" change
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2019-10-16 15:23:22 UTC
Size:
1.21 KB
patch
obsolete
>From 324b36d1008d52e5341ee49dfaf304bd88d868b0 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Wed, 16 Oct 2019 16:21:46 +0100 >Subject: [PATCH] Bug 23826: Correction for missing "F" -> "OVERDUE" change > >When replacing F and FU with 'OVERDUE' + status in bug 22521 I missed >the cases inside the maninvoice template. This patch should correct >that mistake. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/maninvoice.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/maninvoice.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/maninvoice.tt >index 2dcb452029..8def7401a0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/maninvoice.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/maninvoice.tt >@@ -45,7 +45,7 @@ > <label for="type">Type: </label> > <select name="type" id="invoice_type"> > <option value="LOST">Lost item</option> >- <option value="F">Fine</option> >+ <option value="OVERDUE">Fine</option> > <option value="A">Account management fee</option> > <option value="N">New card</option> > <option value="M">Sundry</option> >-- >2.20.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 23826
:
94306
|
94322
|
94355