Bugzilla – Attachment 109214 Details for
Bug 23682
Add ability to manually import EDI invoices as an alternative to automatic importing on download
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23682: INSERT IGORE systen preference in database update
Bug-23682-INSERT-IGORE-systen-preference-in-databa.patch (text/plain), 1.16 KB, created by
Katrin Fischer
on 2020-08-26 22:51:54 UTC
(
hide
)
Description:
Bug 23682: INSERT IGORE systen preference in database update
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2020-08-26 22:51:54 UTC
Size:
1.16 KB
patch
obsolete
>From e9a1888f1b88baf523e576c45d67be519bfe4b7d Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Tue, 25 Aug 2020 14:18:32 +0000 >Subject: [PATCH] Bug 23682: INSERT IGORE systen preference in database update > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > installer/data/mysql/atomicupdate/bug_23682.perl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/atomicupdate/bug_23682.perl b/installer/data/mysql/atomicupdate/bug_23682.perl >index 8aa64325fc..05aebbcc92 100644 >--- a/installer/data/mysql/atomicupdate/bug_23682.perl >+++ b/installer/data/mysql/atomicupdate/bug_23682.perl >@@ -1,7 +1,7 @@ > $DBversion = 'XXX'; # will be replaced by the RM > if ( CheckVersion( $DBversion ) ) { > $dbh->do(q{ >- INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` ) VALUES >+ INSERT IGNORE INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` ) VALUES > ('EdifactInvoiceImport', 'automatic', 'automatic|manual', "If on, don't auto-import EDI invoices, just keep them in the database with the status 'new'", 'Choice') > }); > >-- >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 23682
:
93170
|
93171
|
105927
|
108210
|
108943
|
109030
|
109064
|
109065
|
109066
|
109212
|
109213
| 109214 |
109374
|
109619