|
Lines 15-20
package Koha::REST::V1::ExtendedAttributeTypes;
Link Here
|
| 15 |
# You should have received a copy of the GNU General Public License |
15 |
# You should have received a copy of the GNU General Public License |
| 16 |
# along with Koha; if not, see <http://www.gnu.org/licenses>. |
16 |
# along with Koha; if not, see <http://www.gnu.org/licenses>. |
| 17 |
|
17 |
|
|
|
18 |
# IMPORTANT NOTE |
| 19 |
# |
| 20 |
# Whilst this class is named ExtendedAttributeTypes, it currently |
| 21 |
# allows for querying the Koha::AdditionalFields objects only. |
| 22 |
# |
| 23 |
# The longer term goal is to merge the additional fields, patron |
| 24 |
# attributes and ill request attributes features into one system. |
| 25 |
|
| 18 |
use Modern::Perl; |
26 |
use Modern::Perl; |
| 19 |
|
27 |
|
| 20 |
use Mojo::Base 'Mojolicious::Controller'; |
28 |
use Mojo::Base 'Mojolicious::Controller'; |
| 21 |
- |
|
|