% ###
% # price
% ###
|
% ###
% # action
% ###
|
% ###
% # target
% ###
|
% ###
% # amount
% ###
% my $amount =
% scalar($cgi->param($name.'_amount'))
% || ( $part_pkg_usageprice->amount
% / ($targets->{$part_pkg_usageprice->target}{multiplier} || 1) );
% $amount = '' unless $amount > 0;
>
|