From 212d423210bf58328663f00e4e856ad0b4fbc3c0 Mon Sep 17 00:00:00 2001 From: tetragon Date: Sat, 21 Oct 2006 17:33:11 +0000 Subject: Fourth batch of files prepared for RFTL removal git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@257 4979c152-3d1c-0410-bac9-87ea11338e46 --- bin/pe.pl | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'bin/pe.pl') diff --git a/bin/pe.pl b/bin/pe.pl index 67222607..8d4c380c 100755 --- a/bin/pe.pl +++ b/bin/pe.pl @@ -527,9 +527,9 @@ sub list_stock { $form->hide_form(qw(callback type path login sessionid status)); print qq| - +
- + @@ -741,7 +741,7 @@ sub search { $form->hide_form(qw(path login sessionid title)); print qq| - + |; @@ -916,7 +916,7 @@ sub list_projects { $i = 1; if ($form->{type} eq 'project') { if ($myconfig{acs} !~ /Projects--Projects/) { - $button{'Projects--Add Project'}{code} = qq| |; + $button{'Projects--Add Project'}{code} = qq| |; $button{'Projects--Add Project'}{order} = $i++; for (split /;/, $myconfig{acs}) { @@ -925,7 +925,7 @@ sub list_projects { } } else { if ($myconfig{acs} !~ /Job Costing--Job Costing/) { - $button{'Job Costing--Add Job'}{code} = qq| |; + $button{'Job Costing--Add Job'}{code} = qq| |; $button{'Job Costing--Add Job'}{order} = $i++; for (split /;/, $myconfig{acs}) { @@ -1257,7 +1257,7 @@ sub partsgroup_report { $i = 1; if ($myconfig{acs} !~ /Goods \& Services--Goods \& Services/) { - $button{'Goods & Services--Add Group'}{code} = qq| |; + $button{'Goods & Services--Add Group'}{code} = qq| |; $button{'Goods & Services--Add Group'}{order} = $i++; foreach $item (split /;/, $myconfig{acs}) { @@ -1351,12 +1351,12 @@ sub partsgroup_footer { if ($myconfig{acs} !~ /Goods \& Services--Add Group/) { print qq| - + |; if ($form->{id} && $form->{orphaned}) { print qq| -|; +|; } } @@ -1453,7 +1453,7 @@ sub pricegroup_report { $i = 1; if ($myconfig{acs} !~ /Goods \& Services--Goods \& Services/) { - $button{'Goods & Services--Add Pricegroup'}{code} = qq| |; + $button{'Goods & Services--Add Pricegroup'}{code} = qq| |; $button{'Goods & Services--Add Pricegroup'}{order} = $i++; foreach $item (split /;/, $myconfig{acs}) { @@ -1545,12 +1545,12 @@ sub pricegroup_footer { if ($myconfig{acs} !~ /Goods \& Services--Add Pricegroup/) { print qq| - + |; if ($form->{id} && $form->{orphaned}) { print qq| -|; +|; } } @@ -1639,7 +1639,7 @@ $sort print qq|
- + @@ -2068,9 +2068,9 @@ sub select_name { $form->hide_form; print qq| - +
- + @@ -2218,7 +2218,7 @@ sub project_sales_order { $form->hide_form(qw(path login sessionid nextsub type vc)); print qq| - + |; @@ -2399,10 +2399,10 @@ sub jcitems { if ($form->{rowcount}) { print qq| -|; +|; print qq| -|; +|; } @@ -2448,7 +2448,7 @@ sub select_customer { $form->hide_form; print qq| - + |; -- cgit v1.2.3