From d48a7937f56f604db3c8bbe51e7f38352374eedb Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sun, 12 Apr 2020 02:25:48 +0000 Subject: [PATCH] Bug 25138: Terminology: Point of sale should use library instead of branch Content-Type: text/plain; charset=utf-8 This fixes the navigation on the Point of sale page: Branch details => Library details And the heading and the 'no register defined for this branch/library' message on the page it links to. To test: - Activate cash registers and point of sales features - Go to the point of sales page - Verify text on the menu to the left - Click on the Branch/library details - verify text and heading Signed-off-by: Devinim --- koha-tmpl/intranet-tmpl/prog/en/includes/pos-menu.inc | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/pos/registers.tt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/pos-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/pos-menu.inc index d4a1628a3b..cb9998082e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/pos-menu.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/pos-menu.inc @@ -4,7 +4,7 @@
Point of sale
[% END %] [% IF ( CAN_user_parameters_manage_cash_registers || CAN_user_parameters_manage_accounts) %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/registers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/pos/registers.tt index 5e8076a1ce..026dd1c9fa 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/registers.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/pos/registers.tt @@ -21,7 +21,7 @@
[% IF ( error_registers ) %]
- You must have at least one cash register associated with this branch before you + You must have at least one cash register associated with this library before you can record payments.
[% ELSE %] @@ -29,7 +29,7 @@ -

Branch transaction details for [% library.branchname | html %]

+

Library transaction details for [% library.branchname | html %]

Summary

    -- 2.11.0