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/login.pl | 4 ++--
bin/oe.pl | 32 ++++++++++++++++----------------
bin/pe.pl | 36 ++++++++++++++++++------------------
bin/pos.pl | 10 +++++-----
bin/pw.pl | 4 ++--
5 files changed, 43 insertions(+), 43 deletions(-)
diff --git a/bin/login.pl b/bin/login.pl
index 64d7bfa0..d1712383 100755
--- a/bin/login.pl
+++ b/bin/login.pl
@@ -144,7 +144,7 @@ sub login_screen {
-
+
@@ -209,7 +209,7 @@ sub selectdataset {
-
+
diff --git a/bin/oe.pl b/bin/oe.pl
index 90d8fd89..7d87b297 100755
--- a/bin/oe.pl
+++ b/bin/oe.pl
@@ -1256,7 +1256,7 @@ sub search {
$form->hide_form(qw(path login sessionid vc type));
print qq|
-
+
|;
@@ -1338,7 +1338,7 @@ sub transactions {
if ($form->{type} eq 'purchase_order') {
$form->{title} = $locale->text('Purchase Orders');
if ($myconfig{acs} !~ /Order Entry--Order Entry/) {
- $button{'Order Entry--Purchase Order'}{code} = qq| |;
+ $button{'Order Entry--Purchase Order'}{code} = qq| |;
$button{'Order Entry--Purchase Order'}{order} = $i++;
}
}
@@ -1347,7 +1347,7 @@ sub transactions {
$form->{type} = "purchase_order";
unshift @column_index, "ndx";
if ($myconfig{acs} !~ /Order Entry--Order Entry/) {
- $button{'Order Entry--Sales Order'}{code} = qq| |;
+ $button{'Order Entry--Sales Order'}{code} = qq| |;
$button{'Order Entry--Sales Order'}{order} = $i++;
}
}
@@ -1356,7 +1356,7 @@ sub transactions {
$form->{type} = "purchase_order";
unshift @column_index, "ndx";
if ($myconfig{acs} !~ /Order Entry--Order Entry/) {
- $button{'Order Entry--Purchase Order'}{code} = qq| |;
+ $button{'Order Entry--Purchase Order'}{code} = qq| |;
$button{'Order Entry--Purchase Order'}{order} = $i++;
}
}
@@ -1366,7 +1366,7 @@ sub transactions {
$quotation = $locale->text('RFQ');
if ($myconfig{acs} !~ /Quotations--Quotations/) {
- $button{'Quotations--RFQ'}{code} = qq| |;
+ $button{'Quotations--RFQ'}{code} = qq| |;
$button{'Quotations--RFQ'}{order} = $i++;
}
@@ -1380,7 +1380,7 @@ sub transactions {
$employee = $locale->text('Salesperson');
if ($myconfig{acs} !~ /Order Entry--Order Entry/) {
- $button{'Order Entry--Sales Order'}{code} = qq| |;
+ $button{'Order Entry--Sales Order'}{code} = qq| |;
$button{'Order Entry--Sales Order'}{order} = $i++;
}
@@ -1391,7 +1391,7 @@ sub transactions {
$employee = $locale->text('Salesperson');
unshift @column_index, "ndx";
if ($myconfig{acs} !~ /Order Entry--Order Entry/) {
- $button{'Order Entry--Purchase Order'}{code} = qq| |;
+ $button{'Order Entry--Purchase Order'}{code} = qq| |;
$button{'Order Entry--Purchase Order'}{order} = $i++;
}
}
@@ -1400,7 +1400,7 @@ sub transactions {
$form->{type} = "sales_order";
unshift @column_index, "ndx";
if ($myconfig{acs} !~ /Order Entry--Order Entry/) {
- $button{'Order Entry--Sales Order'}{code} = qq| |;
+ $button{'Order Entry--Sales Order'}{code} = qq| |;
$button{'Order Entry--Sales Order'}{order} = $i++;
}
}
@@ -1416,7 +1416,7 @@ sub transactions {
$quotation = $locale->text('Quotation');
if ($myconfig{acs} !~ /Quotations--Quotations/) {
- $button{'Quotations--Quotation'}{code} = qq| |;
+ $button{'Quotations--Quotation'}{code} = qq| |;
$button{'Quotations--Quotation'}{order} = $i++;
}
@@ -1838,7 +1838,7 @@ sub delete {
$msg $form->{$ordnumber}
-
+