From 344729ef6bc9da615e2dc11ee378e8da03b0319b Mon Sep 17 00:00:00 2001 From: tetragon Date: Sat, 21 Oct 2006 16:53:27 +0000 Subject: Third batch of files prepared for RFTL removal git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@254 4979c152-3d1c-0410-bac9-87ea11338e46 --- bin/ic.pl | 32 ++++++++++++++++---------------- bin/io.pl | 12 ++++++------ bin/ir.pl | 2 +- bin/is.pl | 2 +- bin/jc.pl | 14 +++++++------- 5 files changed, 31 insertions(+), 31 deletions(-) (limited to 'bin') diff --git a/bin/ic.pl b/bin/ic.pl index 02befd5a..255696e5 100755 --- a/bin/ic.pl +++ b/bin/ic.pl @@ -1133,10 +1133,10 @@ sub search {
- +
-|; +|; $form->hide_form(qw(path login sessionid)); @@ -1525,19 +1525,19 @@ sub generate_report { $i = 1; if ($form->{searchitems} eq 'part') { - $button{'Goods & Services--Add Part'}{code} = qq| |; + $button{'Goods & Services--Add Part'}{code} = qq| |; $button{'Goods & Services--Add Part'}{order} = $i++; } if ($form->{searchitems} eq 'service') { - $button{'Goods & Services--Add Service'}{code} = qq| |; + $button{'Goods & Services--Add Service'}{code} = qq| |; $button{'Goods & Services--Add Service'}{order} = $i++; } if ($form->{searchitems} eq 'assembly') { - $button{'Goods & Services--Add Assembly'}{code} = qq| |; + $button{'Goods & Services--Add Assembly'}{code} = qq| |; $button{'Goods & Services--Add Assembly'}{order} = $i++; } if ($form->{searchitems} eq 'labor') { - $button{'Goods & Services--Add Labor/Overhead'}{code} = qq| |; + $button{'Goods & Services--Add Labor/Overhead'}{code} = qq| |; $button{'Goods & Services--Add Labor/Overhead'}{order} = $i++; } @@ -1956,11 +1956,11 @@ sub requirements { - - + +
-|; +|; $form->hide_form(qw(path login sessionid)); @@ -2501,7 +2501,7 @@ sub assembly_row { } else { - $column_data{partnumber} = qq| + $column_data{partnumber} = qq| |; $column_data{runningnumber} = qq||; @@ -2850,7 +2850,7 @@ sub select_name {
- + @@ -3084,10 +3084,10 @@ sub stock_assembly { $form->hide_form(qw(path login sessionid)); print qq| - +
- + |; @@ -3211,11 +3211,11 @@ sub list_assemblies { $form->hide_form(qw(checkinventory path login sessionid callback)); print qq| - - + +
- + diff --git a/bin/io.pl b/bin/io.pl index fb657484..263058a8 100755 --- a/bin/io.pl +++ b/bin/io.pl @@ -442,10 +442,10 @@ sub select_item { $form->hide_form; print qq| - +
- + @@ -601,7 +601,7 @@ sub new_item { print qq|

- + |; } @@ -1039,10 +1039,10 @@ sub e_mail { - +
- + @@ -1690,7 +1690,7 @@ sub ship_to {



- + diff --git a/bin/ir.pl b/bin/ir.pl index a43cd2f5..f3f69555 100755 --- a/bin/ir.pl +++ b/bin/ir.pl @@ -910,7 +910,7 @@ sub delete {

|.$locale->text('Are you sure you want to delete Invoice Number').qq| $form->{invnumber}

- + |; diff --git a/bin/is.pl b/bin/is.pl index b1e4664c..321f1f4a 100755 --- a/bin/is.pl +++ b/bin/is.pl @@ -951,7 +951,7 @@ sub delete {

- + |; diff --git a/bin/jc.pl b/bin/jc.pl index d80c5557..175a5df3 100755 --- a/bin/jc.pl +++ b/bin/jc.pl @@ -294,7 +294,7 @@ sub search { print qq|
- + |; @@ -1089,7 +1089,7 @@ sub resave {

$msg

- + @@ -1150,7 +1150,7 @@ sub delete_timecard {

- + |; @@ -1486,19 +1486,19 @@ sub list_timecard { if ($form->{project} eq 'job') { if ($myconfig{acs} !~ /Production--Production/) { $i = 1; - $button{'Production--Add Time Card'}{code} = qq| |; + $button{'Production--Add Time Card'}{code} = qq| |; $button{'Production--Add Time Card'}{order} = $i++; } } elsif ($form->{project} eq 'project') { if ($myconfig{acs} !~ /Projects--Projects/) { $i = 1; - $button{'Projects--Add Time Card'}{code} = qq| |; + $button{'Projects--Add Time Card'}{code} = qq| |; $button{'Projects--Add Time Card'}{order} = $i++; } } else { if ($myconfig{acs} !~ /Time Cards--Time Cards/) { $i = 1; - $button{'Time Cards--Add Time Card'}{code} = qq| |; + $button{'Time Cards--Add Time Card'}{code} = qq| |; $button{'Time Cards--Add Time Card'}{order} = $i++; } } @@ -1677,7 +1677,7 @@ sub list_storescard { if ($form->{project} eq 'job') { if ($myconfig{acs} !~ /Production--Production/) { $i = 1; - $button{'Production--Add Stores Card'}{code} = qq| |; + $button{'Production--Add Stores Card'}{code} = qq| |; $button{'Production--Add Stores Card'}{order} = $i++; } } -- cgit v1.2.3