Skip to content

Commit

Permalink
item: automatic barcode generation
Browse files Browse the repository at this point in the history
Set the barcode field as not required field. If an item is
created/updated without barcode, the backend will generated a fictive
barcode itself.

Closes rero#1287
Closes rero#1565

Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
  • Loading branch information
zannkukai committed Jan 6, 2021
1 parent c6342df commit 6128fe1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion rero_ils/modules/items/jsonschemas/items/item-v0.0.1.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"$schema",
"pid",
"location",
"barcode",
"item_type",
"type",
"document",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@
},
"to_anonymize": {
"title": "Set loan to be anonymized",
"description": "If enabled, loan is set to be anonymized.",
"type": "boolean",
"default": false
},
Expand Down

0 comments on commit 6128fe1

Please sign in to comment.