In the recent work on "Published" data, it looks like getDateSpan was accidentally commented out of the CARLI SolrMarc.php file
//$spec->setLine('Published', 'getDateSpan');
This is for displaying the 362 field, not the 260/264 fields, and needs to be uncommented so it will display. To avoid confusion, let's change the label to "Dates of Publication"
$spec->setLine('Dates of Publication', 'getDateSpan');
In the recent work on "Published" data, it looks like getDateSpan was accidentally commented out of the CARLI SolrMarc.php file
This is for displaying the 362 field, not the 260/264 fields, and needs to be uncommented so it will display. To avoid confusion, let's change the label to "Dates of Publication"