#------------------------------------------------------------
# Copyright (C) 2006 RoyaltyShare, Inc.   All Rights Reserved
# $Id$
#------------------------------------------------------------
package RPS::DB::Item::DeductionType;
use lib '/app/tools/common/lib';
use Common::DB::Item;
use Common::DB::ItemCollection;
use base 'Common::DB::Item';

use constant kTable => 'deduction_type';
use constant kDB => Common::DB::Item::kClientDB();

use constant kTypeUnitBased => 1;
use constant kTypePriceBased => 2;



1;
