From: ivan Date: Wed, 10 Oct 2007 17:55:57 +0000 (+0000) Subject: concurrent fix for package editing also cleans this up slightly X-Git-Tag: TRIXBOX_2_6~276 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=56641843fc92d3d7ed61166d1e3d12ff691f0cde concurrent fix for package editing also cleans this up slightly --- diff --git a/httemplate/edit/part_pkg.cgi b/httemplate/edit/part_pkg.cgi index 5572ff705..98ce71a28 100755 --- a/httemplate/edit/part_pkg.cgi +++ b/httemplate/edit/part_pkg.cgi @@ -162,29 +162,34 @@ Line-item revenue recognition -%if ( $cgi->param('clone') ) { - -%}else{ -Reseller information -<% ntable("#cccccc", 2) %> - - <% 'Agent Types' %> - - <% include( '/elements/select-table.html', - 'element_name' => 'agent_type', - 'table' => 'agent_type', - 'name_col' => 'atype', - 'value' => \@agent_type, - 'empty_label' => '(none)', - 'element_etc' => 'multiple size="10"', - ) - %> - - - -%} +% if ( $cgi->param('clone') ) { + + + +% } else { + + Reseller information + <% ntable("#cccccc", 2) %> + + <% 'Agent Types' %> + + <% include( '/elements/select-table.html', + 'element_name' => 'agent_type', + 'table' => 'agent_type', + 'name_col' => 'atype', + 'value' => \@agent_type, + 'empty_label' => '(none)', + 'element_etc' => 'multiple size="10"', + ) + %> + + + + +% } + -% + % %my $thead = "\n\n". ntable('#cccccc', 2). % 'Quan.';