Sha256: 70b351d7a090b09a023c0752938c49f7d124fde2af4f4e98c5bc8e20c08bc519

Contents?: true

Size: 971 Bytes

Versions: 4

Compression:

Stored size: 971 Bytes

Contents

# coding: utf-8

module Cacofonix; module CodeLists
  LIST_54 = {
    "AB" => "Cancelled",
    "AD" => "Available direct from publisher only",
    "CS" => "Availability uncertain",
    "EX" => "No longer stocked by us",
    "IP" => "Available",
    "MD" => "Manufactured on demand",
    "NP" => "Not yet published",
    "NY" => "Newly catalogued, not yet in stock",
    "OF" => "Other format available",
    "OI" => "Out of stock indefinitely",
    "OP" => "Out of print",
    "OR" => "Replaced by new edition",
    "PP" => "Publication postponed indefinitely",
    "RF" => "Refer to another supplier",
    "RM" => "Remaindered",
    "RP" => "Reprinting",
    "RU" => "Reprinting, undated",
    "TO" => "Special order",
    "TP" => "Temporarily out of stock because publisher cannot supply",
    "TU" => "Temporarily unavailable",
    "UR" => "Unavailable, awaiting reissue",
    "WR" => "Will be remaindered as of (date)",
    "WS" => "Withdrawn from sale"
  }
end; end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
cacofonix-0.10.3 lib/cacofonix/codelists/054.rb
cacofonix-0.10.2 lib/cacofonix/codelists/054.rb
cacofonix-0.10.1 lib/cacofonix/codelists/054.rb
cacofonix-0.10.0 lib/cacofonix/codelists/054.rb