Bugzilla – Attachment 186501 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: Add print_notice_charge to categories api definition
Bug-4858-Add-printnoticecharge-to-categories-api-d.patch (text/plain), 990 bytes, created by
Jacob O'Mara
on 2025-09-16 17:02:05 UTC
(
hide
)
Description:
Bug 4858: Add print_notice_charge to categories api definition
Filename:
MIME Type:
Creator:
Jacob O'Mara
Created:
2025-09-16 17:02:05 UTC
Size:
990 bytes
patch
obsolete
>From 5be6d4a32e85fdcb61ead2c18a8e86477d745cdf Mon Sep 17 00:00:00 2001 >From: Jacob O'Mara <jacob.omara@openfifth.co.uk> >Date: Mon, 15 Sep 2025 07:18:30 +0100 >Subject: [PATCH] Bug 4858: Add print_notice_charge to categories api > definition > >--- > api/v1/swagger/definitions/patron_category.yaml | 5 +++++ > 1 file changed, 5 insertions(+) > >diff --git a/api/v1/swagger/definitions/patron_category.yaml b/api/v1/swagger/definitions/patron_category.yaml >index da548a6980d..8c036f98b6b 100644 >--- a/api/v1/swagger/definitions/patron_category.yaml >+++ b/api/v1/swagger/definitions/patron_category.yaml >@@ -51,6 +51,11 @@ properties: > - number > - "null" > description: Cost to place holds >+ print_notice_charge: >+ type: >+ - number >+ - "null" >+ description: Charge for print notices to recover postage and processing costs (0.00 = disabled) > hide_lost_items: > type: boolean > description: Are lost items shown to this category (1 for yes, 0 for no) >-- >2.39.5
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