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

(-)a/Koha/Library.pm (-1 / +1 lines)
Lines 361-367 sub to_api_mapping { Link Here
361
        branchphone      => 'phone',
361
        branchphone      => 'phone',
362
        branchfax        => 'fax',
362
        branchfax        => 'fax',
363
        branchemail      => 'email',
363
        branchemail      => 'email',
364
        branchillemail   => 'illemail',
364
        branchillemail   => 'ill_email',
365
        branchreplyto    => 'reply_to_email',
365
        branchreplyto    => 'reply_to_email',
366
        branchreturnpath => 'return_path_email',
366
        branchreturnpath => 'return_path_email',
367
        branchurl        => 'url',
367
        branchurl        => 'url',
(-)a/api/v1/swagger/definitions/library.yaml (-2 / +1 lines)
Lines 59-65 properties: Link Here
59
      - string
59
      - string
60
      - "null"
60
      - "null"
61
    description: the primary email address of the library
61
    description: the primary email address of the library
62
  illemail:
62
  ill_email:
63
    type:
63
    type:
64
      - string
64
      - string
65
      - "null"
65
      - "null"
66
- 

Return to bug 37850