Bugzilla – Attachment 137654 Details for
Bug 31145
Add some defaults for acquisitions in TestBuilder
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31145: Supply defaults for vendors and funds
Bug-31145-Supply-defaults-for-vendors-and-funds.patch (text/plain), 1.40 KB, created by
Tomás Cohen Arazi (tcohen)
on 2022-07-12 19:04:14 UTC
(
hide
)
Description:
Bug 31145: Supply defaults for vendors and funds
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2022-07-12 19:04:14 UTC
Size:
1.40 KB
patch
obsolete
>From 37db0f8ddf12f9c789f5f7ea4320c37631385821 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Tue, 12 Jul 2022 18:52:21 +0000 >Subject: [PATCH] Bug 31145: Supply defaults for vendors and funds > >This is a convenience bug - when koha testing docker creates sample vendors and budgets there are small issues: > >1 - The vendor website gets a random string - you can't edit the vendor without removing this >2 - The funds have random values for statistical categories, and you get empty dropdowns when choosing a fund in ordering > >To test: >1 - Apply patch >2 - Restart all >3 - Edit 'My vendor' >4 - note webstie is empty and you can save without changing anythign >5 - Add order to basket for my vendor >6 - Confirm that when selecting a fund statistic 1 and statistic 2 remain as text input fields > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > t/lib/TestBuilder.pm | 5 +++++ > 1 file changed, 5 insertions(+) > >diff --git a/t/lib/TestBuilder.pm b/t/lib/TestBuilder.pm >index 28a55fd4c3..59ba592da0 100644 >--- a/t/lib/TestBuilder.pm >+++ b/t/lib/TestBuilder.pm >@@ -601,6 +601,11 @@ sub _gen_default_values { > Aqbookseller => { > tax_rate => 0, > discount => 0, >+ url => undef, >+ }, >+ Aqbudget => { >+ sort1_authcat => undef, >+ sort2_authcat => undef, > }, > AuthHeader => { > marcxml => '', >-- >2.34.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 31145
:
137653
| 137654