View | Details | Raw Unified | Return to bug 22358
Collapse All | Expand All

(-)a/Koha/SharedContent.pm (-5 / +4 lines)
Lines 28-39 use C4::Context; Link Here
28
28
29
=head1 NAME
29
=head1 NAME
30
30
31
Koha::SharedContent - Set of methods to querying Mana KB server
31
Koha::SharedContent - Set of methods ofr querying Mana KB server
32
32
33
=head1 DESCRIPTION
33
=head1 DESCRIPTION
34
34
35
Package for accessing shared content via Mana KB. Methods here are intended
35
Package for accessing shared content via Mana KB. Methods here are intended
36
to build and process queries for requesting Mana KB server.
36
to build and process queries for requesting from Mana KB server.
37
37
38
=cut
38
=cut
39
39
Lines 82-89 sub process_request { Link Here
82
82
83
Koha::SharedContent::increment_entity_value($entity_type, $mana_entity_id, $field);
83
Koha::SharedContent::increment_entity_value($entity_type, $mana_entity_id, $field);
84
84
85
Increment of 1 the field $field of a Mana entity. I.e, this is used to count the number
85
Increment by 1 the field $field of a Mana entity. I.e, this is used to count the number
86
of Koha instance using a specific entity.
86
of Koha instances using a specific entity.
87
87
88
=cut
88
=cut
89
89
90
- 

Return to bug 22358