Koha::Item::Attributes - Class to represent the additional attributes of items.
Additional attributes are 'more subfields xml'
my $attributes = Koha::Item::Attributes->new_from_marcxml( $item->more_subfield_xml );
Constructor that takes a MARCXML.
Constructor
$attributes->to_marcxml; $item->more_subfields_xml( $attributes->to_marcxml );
Return the MARCXML representation of the attributes.
$attributes->to_hashref;
Returns the hashref representation of the attributes.