#------------------------------------------------------------
# Copyright (C) 2006 RoyaltyShare, Inc.   All Rights Reserved
# $Id$
#------------------------------------------------------------
package RPS::License::Command::US::PreEdit;
use strict;
use warnings;

use lib '/app/tools/rps/lib';
use RPS::Catalog::Command::Show;
use RPS::License::US::EditForm;

use RPS::License::Command::BasePreEdit;
use base 'RPS::License::Command::BasePreEdit';

sub area { return 'license'; }

sub _ccDBtest { return 'is_controlled_comp'; }

sub _template { return "/app/tools/rps/templates/license/preedit.xsl"; }


1;
