Sha256: 1580ad47b5e803b3401e953b8180ce6133ff149e9eb48e4ee6ef4ceb6596b632
Contents?: true
Size: 1.07 KB
Versions: 4
Compression:
Stored size: 1.07 KB
Contents
# coding: utf-8 module Cacofonix; module CodeLists LIST_65 = { "01" => "Cancelled", "10" => "Not yet available", "11" => "Awaiting stock", "12" => "Not yet available, will be POD", "20" => "Available", "21" => "In stock", "22" => "To order", "23" => "POD", "30" => "Temporarily unavailable", "31" => "Out of stock", "32" => "Reprinting", "33" => "Awaiting reissue", "40" => "Not available (reason unspecified)", "41" => "Not available, replaced by new product", "42" => "Not available, other format available", "43" => "No longer supplied by us", "44" => "Apply direct", "45" => "Not sold separately", "46" => "Withdrawn from sale", "47" => "Remaindered", "48" => "Not available, replaced by POD", "49" => "Recalled", "50" => "Not sold as set", "51" => "Not available, publisher indicates OP", "52" => "Not available, publisher no longer sells product in this market", "97" => "No recent update received", "98" => "No longer receiving updates", "99" => "Contact supplier" } end; end
Version data entries
4 entries across 4 versions & 1 rubygems