|
Lines 85-91
exit 0;
Link Here
|
| 85 |
sub add_attribute_type_form { |
85 |
sub add_attribute_type_form { |
| 86 |
my $template = shift; |
86 |
my $template = shift; |
| 87 |
|
87 |
|
| 88 |
my $patron_categories = Koha::Patron::Categories->search_with_library_limlits({}, {order_by => ['description']}); |
88 |
my $patron_categories = Koha::Patron::Categories->search_with_library_limits({}, {order_by => ['description']}); |
| 89 |
$template->param( |
89 |
$template->param( |
| 90 |
attribute_type_form => 1, |
90 |
attribute_type_form => 1, |
| 91 |
confirm_op => 'add_attribute_type_confirmed', |
91 |
confirm_op => 'add_attribute_type_confirmed', |
| 92 |
- |
|
|