Bugzilla – Attachment 100040 Details for
Bug 24790
POS missing from the 'More' dropdown
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24790: Add POS to the 'More' dropdown on the staff client
Bug-24790-Add-POS-to-the-More-dropdown-on-the-staf.patch (text/plain), 1.73 KB, created by
PTFS Europe Sandboxes
on 2020-03-03 15:27:46 UTC
(
hide
)
Description:
Bug 24790: Add POS to the 'More' dropdown on the staff client
Filename:
MIME Type:
Creator:
PTFS Europe Sandboxes
Created:
2020-03-03 15:27:46 UTC
Size:
1.73 KB
patch
obsolete
>From 4d4ac215e193ae3871c8cb9a21dd3f0d4035cc8a Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Tue, 3 Mar 2020 11:39:38 -0300 >Subject: [PATCH] Bug 24790: Add POS to the 'More' dropdown on the staff client > >This trivial patch adds 'Point of sale' to the dropdown. > >To test: >1. Notice there is no 'Point of sale' entry in the staff dropdown >=> FAIL: No dropdown >2. Apply this patch and reload >=> SUCCESS: Point of sale displays and works >3. Play with enabling/disabling the feature and removing permissions >=> SUCCESS: The entry in the dropdown respects the configured >permissions and settings. >4. Sign off :-D > >Signed-off-by: George Williams <george@nekls.org> > >Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/header.inc | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc >index 512f274662..6b4452641a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc >@@ -53,6 +53,9 @@ > [% IF ( CAN_user_tools ) %] > <li><a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a></li> > [% END %] >+ [% IF ( Koha.Preference('EnablePointOfSale') && Koha.Preference('UseCashRegisters') && CAN_user_cash_management_takepayment ) %] >+ <li><a href="/cgi-bin/koha/pos/pay.pl">Point of sale</a></li> >+ [% END %] > [% IF ( CAN_user_parameters ) %] > <li><a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a></li> > [% END %] >-- >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 24790
:
100034
|
100038
|
100040
|
100140