Bugzilla – Attachment 132697 Details for
Bug 30135
We should allow configuration of whether EDI LSQ segments map to 'location' or 'collection'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30135: (QA follow-up) Fix typo in update
Bug-30135-QA-follow-up-Fix-typo-in-update.patch (text/plain), 1.09 KB, created by
Nick Clemens (kidclamp)
on 2022-03-31 11:20:54 UTC
(
hide
)
Description:
Bug 30135: (QA follow-up) Fix typo in update
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2022-03-31 11:20:54 UTC
Size:
1.09 KB
patch
obsolete
>From 03fb5c731c2f96089162d9838014d6719aae16a3 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Thu, 31 Mar 2022 11:17:11 +0000 >Subject: [PATCH] Bug 30135: (QA follow-up) Fix typo in update > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > installer/data/mysql/atomicupdate/bug_30135.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/atomicupdate/bug_30135.pl b/installer/data/mysql/atomicupdate/bug_30135.pl >index 54994e6c64..52c87d5105 100755 >--- a/installer/data/mysql/atomicupdate/bug_30135.pl >+++ b/installer/data/mysql/atomicupdate/bug_30135.pl >@@ -8,7 +8,7 @@ return { > my ($dbh, $out) = @$args{qw(dbh out)}; > $dbh->do(q{ > INSERT IGNORE INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` ) VALUES >- ('EdifactLSQ', 'location', 'location|ccode', "Map EDI sequence code (GIR+LSQ) to Koha Item field', 'Choice') >+ ('EdifactLSQ', 'location', 'location|ccode', "Map EDI sequence code (GIR+LSQ) to Koha Item field", 'Choice') > }); > }, > }; >-- >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 30135
:
130879
|
130971
|
130972
|
131006
|
131007
|
131139
|
131140
|
131141
|
132694
|
132695
|
132696
| 132697 |
133259
|
133294