#4940: labels with papersize 'other' are not yml-ized when fetching card formats from remote

pull/6827/head
Jens Ulferts 14 years ago
parent 3c71ee6236
commit d0cf62ba64
  1. 2
      lib/cards.rb

@ -123,7 +123,7 @@ module Cards
end
end
next if label.nil? || label['across'] != 1 || label['down'] != 1
next if label.nil? || label['across'] != 1 || label['down'] != 1 || label['papersize'].downcase == 'other'
key = "#{specs.attributes['brand']} #{specs.attributes['part']}"

Loading…
Cancel
Save