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:
parent
251a3bb584
commit
76d22780ed
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue