diff --git a/rero_ils/modules/circ_policies/jsonschemas/circ_policies/circ_policy-v0.0.1.json b/rero_ils/modules/circ_policies/jsonschemas/circ_policies/circ_policy-v0.0.1.json index c20d47051b..3bd370850d 100644 --- a/rero_ils/modules/circ_policies/jsonschemas/circ_policies/circ_policy-v0.0.1.json +++ b/rero_ils/modules/circ_policies/jsonschemas/circ_policies/circ_policy-v0.0.1.json @@ -66,7 +66,7 @@ }, "checkout_duration": { "title": "Checkout duration", - "description": "Enter 0 if checkout is not allowed.", + "description": "Remove this field to disable the checkout. Enter 0 to allow the checkout until the end of the day.", "type": "integer", "minimum": 0, "form": { diff --git a/rero_ils/modules/items/jsonschemas/items/item-v0.0.1.json b/rero_ils/modules/items/jsonschemas/items/item-v0.0.1.json index da17e37299..78f1ab607b 100644 --- a/rero_ils/modules/items/jsonschemas/items/item-v0.0.1.json +++ b/rero_ils/modules/items/jsonschemas/items/item-v0.0.1.json @@ -96,7 +96,7 @@ } }, "enumerationAndChronology": { - "title": "Enumeration and chronology", + "title": "Unit", "type": "string", "minLength": 1, "description": "Numbering, enumeration, or other indication associated with the item.", @@ -271,7 +271,8 @@ "received", "late", "claimed", - "deleted" + "deleted", + "expected" ], "form": { "type": "selectWithSort", @@ -291,6 +292,10 @@ { "label": "deleted", "value": "deleted" + }, + { + "label": "expected", + "value": "expected" } ] }