Changeset - a9352386e759
[Not reviewed]
0 1 0
Lance Edgar (lance) - 12 years ago 2013-03-21 22:58:32
lance@edbob.org
Added "case" to ``UNIT_OF_MEASURE`` enumeration.
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
rattail/enum.py
Show inline comments
 
@@ -63,10 +63,12 @@ PRICE_TYPE = {
 

	
 
UNIT_OF_MEASURE_EACH            = '01'
 
UNIT_OF_MEASURE_POUND           = '49'
 
UNIT_OF_MEASURE_CASE            = '102'
 

	
 
UNIT_OF_MEASURE = {
 
    UNIT_OF_MEASURE_EACH        : "Each",
 
    UNIT_OF_MEASURE_POUND       : "Pound",
 
    UNIT_OF_MEASURE_CASE        : "Case",
 
    }
 

	
 

	
0 comments (0 inline, 0 general)