Bugzilla – Attachment 189260 Details for
Bug 20253
Optionally use buyer's purchase order number from EDIFACT quote in basket name
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20253: (follow-up) Re-add missing is_boolean flag
Bug-20253-follow-up-Re-add-missing-isboolean-flag.patch (text/plain), 806 bytes, created by
Martin Renvoize (ashimema)
on 2025-11-07 09:23:21 UTC
(
hide
)
Description:
Bug 20253: (follow-up) Re-add missing is_boolean flag
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2025-11-07 09:23:21 UTC
Size:
806 bytes
patch
obsolete
>From ce32ffb2c1299e31a77187e18ec7657aef30cbf0 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@openfifth.co.uk> >Date: Fri, 7 Nov 2025 09:22:47 +0000 >Subject: [PATCH] Bug 20253: (follow-up) Re-add missing is_boolean flag > >--- > Koha/Schema/Result/VendorEdiAccount.pm | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/Koha/Schema/Result/VendorEdiAccount.pm b/Koha/Schema/Result/VendorEdiAccount.pm >index 8c27d1f182a..e5095af66d2 100644 >--- a/Koha/Schema/Result/VendorEdiAccount.pm >+++ b/Koha/Schema/Result/VendorEdiAccount.pm >@@ -257,6 +257,7 @@ __PACKAGE__->add_columns( > '+orders_enabled' => { is_boolean => 1 }, > '+quotes_enabled' => { is_boolean => 1 }, > '+responses_enabled' => { is_boolean => 1 }, >+ '+po_is_basketname' => { is_boolean => 1 }, > ); > > 1; >-- >2.51.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 20253
:
183859
|
183860
|
183861
|
183862
|
183953
|
183954
|
183955
|
183956
|
183957
|
183958
|
184000
|
184001
|
184002
|
184003
|
184004
|
184005
|
184006
|
184007
|
185221
|
185222
|
185223
|
185224
|
185225
|
185226
|
185227
|
185228
|
186860
|
186861
|
186862
|
186863
|
186864
|
186865
|
186866
|
186867
|
186868
|
186869
|
186870
|
186871
|
186872
|
186873
|
186874
|
186875
|
187165
|
187166
|
187167
|
187168
|
187169
|
187170
|
187171
|
187172
|
187173
|
187874
|
187875
|
187876
|
187877
|
187878
|
187879
|
187880
|
187881
|
187882
|
187883
|
188423
|
188424
|
188425
|
188426
|
188427
|
188428
|
188429
|
188430
|
188431
|
188432
|
189038
| 189260