From bb35e43c2852e0c6cc8bd2e252005d5b3aac0ba3 Mon Sep 17 00:00:00 2001 From: Katrin Fischer 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 ) %]
- 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.
[% ELSE %] -- 2.11.0