Changeset 1365


Ignore:
Timestamp:
02/16/07 17:28:29 (6 years ago)
Author:
mglb1
Message:

Quantity can be a decimal number, eg 0.5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ccsd/trunk/dbschema/ccs_billing.schema

    r1361 r1365  
    139139    amount          real            NOT NULL, 
    140140    -- The quantity to charge. Eg. final cost for record is amount * quantity 
    141     quantity        integer 
     141    quantity        real            NOT NULL 
    142142); 
    143143 
Note: See TracChangeset for help on using the changeset viewer.