View | Details | Raw Unified | Return to bug 4858
Collapse All | Expand All

(-)a/api/v1/swagger/definitions/patron_category.yaml (-1 / +5 lines)
Lines 51-56 properties: Link Here
51
      - number
51
      - number
52
      - "null"
52
      - "null"
53
    description: Cost to place holds
53
    description: Cost to place holds
54
  print_notice_charge:
55
    type:
56
      - number
57
      - "null"
58
    description: Charge for print notices to recover postage and processing costs (0.00 = disabled)
54
  hide_lost_items:
59
  hide_lost_items:
55
    type: boolean
60
    type: boolean
56
    description: Are lost items shown to this category (1 for yes, 0 for no)
61
    description: Are lost items shown to this category (1 for yes, 0 for no)
57
- 

Return to bug 4858