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

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

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

sub area { return 'ca_license'; }

sub _ccDBtest { return 'is_ca_controlled_comp'; }

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


1;
