From 5be6d4a32e85fdcb61ead2c18a8e86477d745cdf Mon Sep 17 00:00:00 2001 From: Jacob O'Mara 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