Bugzilla – Attachment 194268 Details for
Bug 4858
Ability to Charge for Print Notices
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 4858: DO NOT PUSH - DBIC
0e37ad1.patch (text/plain), 1.82 KB, created by
Martin Renvoize (ashimema)
on 2026-03-02 09:27:55 UTC
(
hide
)
Description:
Bug 4858: DO NOT PUSH - DBIC
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2026-03-02 09:27:55 UTC
Size:
1.82 KB
patch
obsolete
>From 0e37ad192c5b1f4262f4e9192a9e7420b2c5c03b Mon Sep 17 00:00:00 2001 >From: Jacob O'Mara <jacob.omara@openfifth.co.uk> >Date: Tue, 16 Sep 2025 17:10:38 +0100 >Subject: [PATCH] Bug 4858: DO NOT PUSH - DBIC > >Sponsored-by: OpenFifth <https://openfifth.co.uk\> >Signed-off-by: Jackie Usher <jackie.usher@westsussex.gov.uk> >--- > Koha/Schema/Result/Category.pm | 22 ++++++++++++++++++++-- > 1 file changed, 20 insertions(+), 2 deletions(-) > >diff --git a/Koha/Schema/Result/Category.pm b/Koha/Schema/Result/Category.pm >index c615395fcc2..c86d37207f0 100644 >--- a/Koha/Schema/Result/Category.pm >+++ b/Koha/Schema/Result/Category.pm >@@ -90,6 +90,17 @@ enrollment fee for the patron > > are overdue notices sent to this patron category (1 for yes, 0 for no) > >+ >+ >+=head2 print_notice_charge >+ >+ data_type: 'decimal' >+ default_value: 0.000000 >+ is_nullable: 1 >+ size: [28,6] >+ >+charge for print notices (0.00 = disabled) >+ > =head2 hidelostitems > > data_type: 'tinyint' >@@ -243,6 +254,13 @@ __PACKAGE__->add_columns( > { data_type => "decimal", is_nullable => 1, size => [28, 6] }, > "overduenoticerequired", > { data_type => "tinyint", is_nullable => 1 }, >+ "print_notice_charge", >+ { >+ data_type => "decimal", >+ default_value => "0.000000", >+ is_nullable => 1, >+ size => [28, 6], >+ }, > "hidelostitems", > { data_type => "tinyint", default_value => 0, is_nullable => 0 }, > "category_type", >@@ -400,8 +418,8 @@ __PACKAGE__->has_many( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07051 @ 2026-02-09 19:45:59 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:MArdX4M/RMcRQT/lA/rWAA >+# Created by DBIx::Class::Schema::Loader v0.07051 @ 2025-09-16 15:18:44 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:uR+KIzEJDFp0EaTlpYrVng > > # You can replace this text with custom code or comments, and it will be preserved on regeneration > >-- >2.53.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 4858
:
186491
|
186492
|
186493
|
186494
|
186495
|
186496
|
186497
|
186498
|
186499
|
186500
|
186501
|
186502
|
194257
|
194258
|
194259
|
194260
|
194261
|
194262
|
194263
|
194264
|
194265
|
194266
|
194267
| 194268 |
194269
|
194270
|
194271
|
194272