Koha::Authority::ControlledIndicators - Obtain biblio indicators, controlled by authority record
Instantiate new object.
    Obtain biblio indicators for given authority record and biblio field tag
    $self->get({
        auth_record => $record,
        report_tag  => $authtype->auth_tag_to_report,
        biblio_tag  => $tag,
        flavour     => $flavour,
    });
    Marcel de Rooy, Rijksmuseum Amsterdam, The Netherlands
    Janusz Kaczmarek
    Koha Development Team