Skip to content
Snippets Groups Projects
Commit fde981aa authored by Thomas Misilo's avatar Thomas Misilo Committed by Demian Katz
Browse files

Add FIT Modifications for KohaRest.php

This Driver Requires Koha >=3.18.6
Adds support for displaying Available status for two Locations ONLINE and INTERNET
Adds support for showing Lost/Missing Status for items that are lost or missing
Standardizes the Dates to m/d/Y
parent a4db008e
No related merge requests found
......@@ -25,12 +25,12 @@ HMACKeys = item_id:id:level
; defaultRequiredDate - A colon-separated list used to set the default "not required
; after" date for holds in the format days:months:years
; e.g. 0:1:0 will set a "not required after" date of 1 month from the current date
defaultRequiredDate = 0:0:1
defaultRequiredDate = 0:1:0
; extraHoldFields - A colon-separated list used to display extra visible fields in the
; place holds form. Supported values are "comments", "requiredByDate" and
; "pickUpLocation"
extraHoldFields = pickUpLocation:requiredByDate
; place holds form. Supported values are "comments", "requiredByDate" and
; "pickUpLocation"
extraHoldFields = comments:pickUpLocation:requiredByDate
; A Pick Up Location Code used to pre-select the pick up location drop
; down list and provide a default option if others are not
......
This diff is collapsed.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment