Bugzilla – Attachment 133880 Details for
Bug 30563
Add system preference to make the cash register field required when collecting a payment
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30563: (QA follow-up) Fix system preference values and add link to description
Bug-30563-QA-follow-up-Fix-system-preference-value.patch (text/plain), 1.45 KB, created by
Katrin Fischer
on 2022-04-26 12:16:10 UTC
(
hide
)
Description:
Bug 30563: (QA follow-up) Fix system preference values and add link to description
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2022-04-26 12:16:10 UTC
Size:
1.45 KB
patch
obsolete
>From b821b6b0fdc70a63375e3513990012ca1c6617d1 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Tue, 26 Apr 2022 12:06:59 +0000 >Subject: [PATCH] Bug 30563: (QA follow-up) Fix system preference values and > add link to description > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > .../prog/en/modules/admin/preferences/accounting.pref | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/accounting.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/accounting.pref >index 0930801513..019ac263a2 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/accounting.pref >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/accounting.pref >@@ -31,9 +31,9 @@ Accounting: > - pref: RequireCashRegister > default: no > choices: >- no: "require a cash register only when the CASH payment type is selected" >- yes: "always require a cash register" >- - " (Requires UseCashRegisters)" >+ 0: "require a cash register only when the CASH payment type is selected" >+ 1: "always require a cash register" >+ - '. (Requires <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=UseCashRegisters">UseCashRegisters</a>)' > - > - pref: EnablePointOfSale > default: no >-- >2.30.2
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 30563
:
133393
|
133698
|
133878
|
133879
| 133880