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

(-)a/Koha/Suggestion.pm (-1 / +1 lines)
Lines 285-291 sub to_api_mapping { Link Here
285
        budgetid             => 'budget_id',
285
        budgetid             => 'budget_id',
286
        branchcode           => 'library_id',
286
        branchcode           => 'library_id',
287
        collectiontitle      => 'collection_title',
287
        collectiontitle      => 'collection_title',
288
        itemtype             => 'item_type',
288
        itemtype             => 'item_type_id',
289
        quantity             => 'quantity',
289
        quantity             => 'quantity',
290
        currency             => 'currency',
290
        currency             => 'currency',
291
        price                => 'item_price',
291
        price                => 'item_price',
(-)a/api/v1/swagger/definitions/suggestion.yaml (-2 / +1 lines)
Lines 161-167 properties: Link Here
161
      - string
161
      - string
162
      - "null"
162
      - "null"
163
    description: collection name for the suggested item
163
    description: collection name for the suggested item
164
  item_type:
164
  item_type_id:
165
    type:
165
    type:
166
      - string
166
      - string
167
      - "null"
167
      - "null"
168
- 

Return to bug 41530