Bugzilla – Attachment 104619 Details for
Bug 24339
SIP codes are missing from the default payment_types on installation
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[19.11.x] Bug 24339: Add SIP2 payment types for installation
1911x-Bug-24339-Add-SIP2-payment-types-for-install.patch (text/plain), 1.55 KB, created by
Tomás Cohen Arazi (tcohen)
on 2020-05-08 20:52:25 UTC
(
hide
)
Description:
[19.11.x] Bug 24339: Add SIP2 payment types for installation
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2020-05-08 20:52:25 UTC
Size:
1.55 KB
patch
obsolete
>From d6f9a9bc945810f3fade16eb5dfa867a63b08f8a Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Fri, 3 Jan 2020 21:50:51 +0000 >Subject: [PATCH] [19.11.x] Bug 24339: Add SIP2 payment types for installation > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > installer/data/mysql/en/mandatory/auth_values.sql | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/installer/data/mysql/en/mandatory/auth_values.sql b/installer/data/mysql/en/mandatory/auth_values.sql >index 01c9df95bb..cd81734723 100644 >--- a/installer/data/mysql/en/mandatory/auth_values.sql >+++ b/installer/data/mysql/en/mandatory/auth_values.sql >@@ -1,4 +1,7 @@ > INSERT INTO authorised_values (category,authorised_value,lib,lib_opac) VALUES ('YES_NO','0','No','No'); > INSERT INTO authorised_values (category,authorised_value,lib,lib_opac) VALUES ('YES_NO','1','Yes','Yes'); > INSERT INTO authorised_values (category,authorised_value,lib,lib_opac) VALUES ('PAYMENT_TYPE','CASH','Cash','Cash'); >+INSERT INTO authorised_values (category,authorised_value,lib,lib_opac) VALUES ('PAYMENT_TYPE','SIP00','Cash via SIP2','Cash'); >+INSERT INTO authorised_values (category,authorised_value,lib,lib_opac) VALUES ('PAYMENT_TYPE','SIP01','Visa via SIP2','Visa'); >+INSERT INTO authorised_values (category,authorised_value,lib,lib_opac) VALUES ('PAYMENT_TYPE','SIP02','Creditcard via SIP2','Creditcard'); > INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('HSBND_FREQ','EW','Every week'); >-- >2.26.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 24339
:
96976
|
96988
|
97676
|
97677
|
97962
|
97963
|
97965
|
97966
|
97967
| 104619 |
104620
|
104621