Bugzilla – Attachment 103193 Details for
Bug 24138
suspension miscalculated when Suspension charging interval bigger than 1 and Max. suspension duration is defined
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25138: (follow-up) Point of sale should use library instead of branch
Bug-25138-follow-up-Point-of-sale-should-use-libra.patch (text/plain), 1.39 KB, created by
Katrin Fischer
on 2020-04-18 02:52:18 UTC
(
hide
)
Description:
Bug 25138: (follow-up) Point of sale should use library instead of branch
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2020-04-18 02:52:18 UTC
Size:
1.39 KB
patch
obsolete
>From bb35e43c2852e0c6cc8bd2e252005d5b3aac0ba3 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Mon, 13 Apr 2020 17:27:59 +0000 >Subject: [PATCH] Bug 25138: (follow-up) Point of sale should use library > instead of branch > >Fixes a misssed occurence on the pay.tt page. > >To test: >- Don't have a cash register set up (or you have archived >the cash register for the library) >- Go to 'Point of sale' from the main staff interface page >- Verify library/branch in the note shown: > >You must have at least one cash register associated with >this library before you can record payments. > >https://bugs.koha-community.org/show_bug.cgi?id=24138 >--- > koha-tmpl/intranet-tmpl/prog/en/modules/pos/pay.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/pay.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/pos/pay.tt >index 021e4ea611..f76693de7d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/pay.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/pos/pay.tt >@@ -21,7 +21,7 @@ > > [% IF ( error_registers ) %] > <div id="error_message" class="dialog alert"> >- You must have at least one cash register associated with this branch before you can record payments. >+ You must have at least one cash register associated with this library before you can record payments. > </div> > [% ELSE %] > >-- >2.11.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 24138
:
95886
|
95887
|
95945
|
95946
|
96100
|
96101
|
103193