From 91907e5b1e2fb857e86a7744b29d3f6d7b17f05a Mon Sep 17 00:00:00 2001 From: tetragon Date: Sat, 21 Oct 2006 16:37:07 +0000 Subject: Second batch of files prepared for RFTL removal git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@253 4979c152-3d1c-0410-bac9-87ea11338e46 --- bin/bp.pl | 4 ++-- bin/ca.pl | 8 ++++---- bin/ct.pl | 18 +++++++++--------- bin/gl.pl | 14 +++++++------- bin/hr.pl | 34 +++++++++++++++++----------------- 5 files changed, 39 insertions(+), 39 deletions(-) (limited to 'bin') diff --git a/bin/bp.pl b/bin/bp.pl index f4afe558..1e7b3a07 100755 --- a/bin/bp.pl +++ b/bin/bp.pl @@ -186,7 +186,7 @@ sub search {
- + |; $form->hide_form(qw(path login sessionid)); @@ -237,7 +237,7 @@ sub remove {

|.$locale->text('Are you sure you want to remove the marked entries from the queue?').qq|

- + diff --git a/bin/ca.pl b/bin/ca.pl index 7ec5a435..9554914d 100755 --- a/bin/ca.pl +++ b/bin/ca.pl @@ -260,11 +260,11 @@ sub list {
-{login}> -{path}> -{sessionid}> + + + -
+
diff --git a/bin/ct.pl b/bin/ct.pl index 937c10c7..a875e4e7 100755 --- a/bin/ct.pl +++ b/bin/ct.pl @@ -502,14 +502,14 @@ sub search_name { -{nextsub}> + -{path}> -{login}> -{sessionid}> + + +
- + |; @@ -918,13 +918,13 @@ sub list_names { $i = 1; if ($myconfig{acs} !~ /AR--AR/) { if ($form->{db} eq 'customer') { - $button{'AR--Customers--Add Customer'}{code} = qq| |; + $button{'AR--Customers--Add Customer'}{code} = qq| |; $button{'AR--Customers--Add Customer'}{order} = $i++; } } if ($myconfig{acs} !~ /AP--AP/) { if ($form->{db} eq 'vendor') { - $button{'AP--Vendors--Add Vendor'}{code} = qq| |; + $button{'AP--Vendors--Add Vendor'}{code} = qq| |; $button{'AP--Vendors--Add Vendor'}{order} = $i++; } } @@ -2272,10 +2272,10 @@ sub select_item { $form->hide_form; print qq| - +
- + diff --git a/bin/gl.pl b/bin/gl.pl index 6d51151a..409ca9d5 100755 --- a/bin/gl.pl +++ b/bin/gl.pl @@ -349,7 +349,7 @@ sub search { print qq|
- + |; @@ -648,19 +648,19 @@ sub generate_report { $i = 1; if ($myconfig{acs} !~ /General Ledger--General Ledger/) { - $button{'General Ledger--Add Transaction'}{code} = qq| |; + $button{'General Ledger--Add Transaction'}{code} = qq| |; $button{'General Ledger--Add Transaction'}{order} = $i++; } if ($myconfig{acs} !~ /AR--AR/) { - $button{'AR--Add Transaction'}{code} = qq| |; + $button{'AR--Add Transaction'}{code} = qq| |; $button{'AR--Add Transaction'}{order} = $i++; - $button{'AR--Sales Invoice'}{code} = qq| |; + $button{'AR--Sales Invoice'}{code} = qq| |; $button{'AR--Sales Invoice'}{order} = $i++; } if ($myconfig{acs} !~ /AP--AP/) { - $button{'AP--Add Transaction'}{code} = qq| |; + $button{'AP--Add Transaction'}{code} = qq| |; $button{'AP--Add Transaction'}{order} = $i++; - $button{'AP--Vendor Invoice'}{code} = qq| |; + $button{'AP--Vendor Invoice'}{code} = qq| |; $button{'AP--Vendor Invoice'}{order} = $i++; } @@ -1106,7 +1106,7 @@ sub delete {

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

- + |; diff --git a/bin/hr.pl b/bin/hr.pl index 6ba51329..93f11b67 100755 --- a/bin/hr.pl +++ b/bin/hr.pl @@ -166,7 +166,7 @@ sub search_employee { print qq|
- + |; @@ -352,7 +352,7 @@ sub list_employees { } $i = 1; - $button{'HR--Employees--Add Employee'}{code} = qq| |; + $button{'HR--Employees--Add Employee'}{code} = qq| |; $button{'HR--Employees--Add Employee'}{order} = $i++; foreach $item (split /;/, $myconfig{acs}) { @@ -679,14 +679,14 @@ sub employee_footer {
- - + + |; if ($form->{id}) { - print qq|\n|; + print qq|\n|; if ($form->{status} eq 'orphaned') { - print qq|\n|; + print qq|\n|; } } @@ -840,7 +840,7 @@ sub search_deduction { } $i = 1; - $button{'HR--Deductions--Add Deduction'}{code} = qq| |; + $button{'HR--Deductions--Add Deduction'}{code} = qq| |; $button{'HR--Deductions--Add Deduction'}{order} = $i++; foreach $item (split /;/, $myconfig{acs}) { @@ -1099,27 +1099,27 @@ sub deduction_header { sub deduction_footer { print qq| -{id}> + -{db}> + -{path}> -{login}> -{sessionid}> + + + - +
- - + + |; if ($form->{id}) { - print qq|\n|; + print qq|\n|; if ($form->{status} eq 'orphaned') { - print qq|\n|; + print qq|\n|; } } -- cgit v1.2.3