Bugzilla – Attachment 149876 Details for
Bug 32450
Make it possible to exclude debit types from charges counted for circulation restriction (noissuecharge)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32450: Add boolean to DBIC schema
Bug-32450-Add-boolean-to-DBIC-schema.patch (text/plain), 952 bytes, created by
Marcel de Rooy
on 2023-04-19 12:42:21 UTC
(
hide
)
Description:
Bug 32450: Add boolean to DBIC schema
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2023-04-19 12:42:21 UTC
Size:
952 bytes
patch
obsolete
>From 9d67f93572b6d57a807205264483227c2d9b5aa1 Mon Sep 17 00:00:00 2001 >From: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> >Date: Tue, 10 Jan 2023 16:32:40 +0000 >Subject: [PATCH] Bug 32450: Add boolean to DBIC schema >Content-Type: text/plain; charset=utf-8 > >Adding boolean flag to DBIC schema. Test plan as per previous commits > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > Koha/Schema/Result/AccountDebitType.pm | 4 ++++ > 1 file changed, 4 insertions(+) > >diff --git a/Koha/Schema/Result/AccountDebitType.pm b/Koha/Schema/Result/AccountDebitType.pm >index abdc3b6859..7b00d5883d 100644 >--- a/Koha/Schema/Result/AccountDebitType.pm >+++ b/Koha/Schema/Result/AccountDebitType.pm >@@ -160,6 +160,10 @@ __PACKAGE__->add_columns( > "+can_be_invoiced" => { is_boolean => 1 } > ); > >+__PACKAGE__->add_columns( >+ "+restricts_checkouts" => { is_boolean => 1 } >+); >+ > sub koha_objects_class { > 'Koha::Account::DebitTypes'; > } >-- >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 32450
:
145080
|
145081
|
145127
|
145128
|
145171
|
145172
|
145189
|
145190
|
145191
|
145194
|
145198
|
147563
|
149653
|
149654
|
149655
|
149656
|
149657
|
149658
|
149659
|
149660
|
149858
|
149859
|
149872
|
149873
|
149874
|
149875
| 149876 |
149877
|
149878
|
149879
|
149880
|
149881
|
149882