We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31c9a51 commit 16f1924Copy full SHA for 16f1924
Koha/Plugin/Com/PTFSEurope/HLISD/misc4dev/populate_patron_attribute_types.pl
@@ -9,8 +9,10 @@
9
try {
10
Koha::Patron::Attribute::Type->new(
11
{
12
- code => 'hlisd_id',
13
- description => 'This record\'s ID in HLISD'
+ code => 'hlisd_id',
+ description => 'This record\'s ID in HLISD',
14
+ class => 'HLISD',
15
+ category_code => $ill_partner_category
16
}
17
)->store;
18
} catch {
@@ -22,11 +24,13 @@
22
24
23
25
code => 'hlisd_update',
26
description => 'Perform HLISD update?',
- authorised_value_category => 'YES_NO'
27
+ authorised_value_category => 'YES_NO',
28
29
30
31
32
33
print "Error: $_\n";
34
};
35
-1;
36
+1;
0 commit comments