Bugzilla – Attachment 97676 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]
Bug 24339: Add SIP2 payment types for installation
Bug-24339-Add-SIP2-payment-types-for-installation.patch (text/plain), 1.30 KB, created by
Martin Renvoize (ashimema)
on 2020-01-21 16:10:44 UTC
(
hide
)
Description:
Bug 24339: Add SIP2 payment types for installation
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2020-01-21 16:10:44 UTC
Size:
1.30 KB
patch
obsolete
>From be9428ff5868d076fcfb8d84799d7f41e8996266 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] Bug 24339: Add SIP2 payment types for installation > >--- > 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 26328ef6c1..894b2b9b68 100644 >--- a/installer/data/mysql/en/mandatory/auth_values.sql >+++ b/installer/data/mysql/en/mandatory/auth_values.sql >@@ -1,3 +1,6 @@ > 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','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.20.1
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