Bug 12446: (follow-up) Fix patron categories sample data

The can_be_guarantee column was added to the sample data, but not to all
rows so it was being silently skipped by the install process.

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Tomás Cohen Arazi 2022-06-23 13:48:52 -03:00
parent 251a3bb584
commit 76d22780ed
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -59,6 +59,7 @@ tables:
issuelimit: ~
reservefee: '0.000000'
category_type: 'A'
can_be_guarantee: 0
- categorycode: 'ST'
description: 'Student'
@ -72,6 +73,7 @@ tables:
issuelimit: ~
reservefee: '0.000000'
category_type: 'A'
can_be_guarantee: 0
- categorycode: 'HB'
description: 'Home Bound'
@ -85,6 +87,7 @@ tables:
issuelimit: ~
reservefee: '0.000000'
category_type: 'A'
can_be_guarantee: 0
# Children
- categorycode: 'K'
@ -171,6 +174,7 @@ tables:
issuelimit: ~
reservefee: '0.000000'
category_type: 'I'
can_be_guarantee: 0
- categorycode: 'SC'
description: 'School'
@ -184,6 +188,7 @@ tables:
issuelimit: ~
reservefee: '0.000000'
category_type: 'I'
can_be_guarantee: 0
- categorycode: 'L'
description: 'Library'
@ -197,6 +202,7 @@ tables:
issuelimit: ~
reservefee: '0.000000'
category_type: 'I'
can_be_guarantee: 0
# Staff
- categorycode: 'S'
@ -211,3 +217,4 @@ tables:
issuelimit: ~
reservefee: '0.000000'
category_type: 'S'
can_be_guarantee: 0