Bugzilla – Attachment 192012 Details for
Bug 38207
Add vendor payment methods
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38207: Add VENDOR_PAYMENT_METHOD for new installs
c329d45.patch (text/plain), 996 bytes, created by
Jonathan Druart
on 2026-01-26 09:34:23 UTC
(
hide
)
Description:
Bug 38207: Add VENDOR_PAYMENT_METHOD for new installs
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2026-01-26 09:34:23 UTC
Size:
996 bytes
patch
obsolete
>From c329d45c368629a3f8d0e2bd0a1c6af381aea942 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 26 Jan 2026 10:34:00 +0100 >Subject: [PATCH] Bug 38207: Add VENDOR_PAYMENT_METHOD for new installs > >--- > installer/data/mysql/mandatory/auth_val_cat.sql | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > >diff --git a/installer/data/mysql/mandatory/auth_val_cat.sql b/installer/data/mysql/mandatory/auth_val_cat.sql >index b64138df9a3..124ae72a794 100644 >--- a/installer/data/mysql/mandatory/auth_val_cat.sql >+++ b/installer/data/mysql/mandatory/auth_val_cat.sql >@@ -22,7 +22,9 @@ INSERT IGNORE INTO authorised_value_categories( category_name, is_system ) > ('AR_CANCELLATION', 0), > ('VENDOR_TYPE', 1), > ('VENDOR_INTERFACE_TYPE', 1), >- ('VENDOR_ISSUE_TYPE', 1); >+ ('VENDOR_ISSUE_TYPE', 1), >+ ('VENDOR_PAYMENT_METHOD', 1); >+ > > INSERT IGNORE INTO authorised_value_categories( category_name, is_system ) > VALUES >-- >2.43.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 38207
:
175140
|
175141
|
175142
|
175143
|
182584
|
182585
|
182586
|
182587
|
183017
|
183018
|
183019
|
183020
|
188405
|
188406
|
188407
|
188408
|
190793
|
190794
|
190795
|
190796
|
190797
| 192012