Skip to content
Snippets Groups Projects
Commit 39b3c8f0 authored by Andy Yates's avatar Andy Yates
Browse files

get_alt_attrib_codes was added as a fresh dependency. This module missed it....

get_alt_attrib_codes was added as a fresh dependency. This module missed it. We return nothing for this a we don't have alt_attrib codes for variations
parent 7ef50966
No related branches found
No related tags found
No related merge requests found
......@@ -59,6 +59,12 @@ sub get_attrib_codes {
return %attrib_codes;
}
# Blank as I don't think there are any alt attrib codes for this ATMO
sub get_alt_attrib_codes {
my ($self) = @_;
return;
}
1;
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment