summaryrefslogtreecommitdiff
path: root/bin/oe.pl
diff options
context:
space:
mode:
authortetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2006-10-31 01:51:30 +0000
committertetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2006-10-31 01:51:30 +0000
commitccb7930217a5c1c7cb5341514072cb5e070a888e (patch)
tree8d51affefb50bc6542bdfd76007062afa1de28c1 /bin/oe.pl
parentbfcb723e7a4e002123c2d0fac8c262388cc4d2fe (diff)
Some string cleaning
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@411 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'bin/oe.pl')
-rwxr-xr-xbin/oe.pl8
1 files changed, 2 insertions, 6 deletions
diff --git a/bin/oe.pl b/bin/oe.pl
index f933b40b..ca1bbda2 100755
--- a/bin/oe.pl
+++ b/bin/oe.pl
@@ -1367,7 +1367,7 @@ sub transactions {
$quotation = $locale->text('RFQ');
if ($myconfig{acs} !~ /Quotations--Quotations/) {
- $button{'Quotations--RFQ'}{code} = qq|<button class="submit" type="submit" name="action" value="rfq_">|.$locale->text('RFQ ').qq|"</button> |;
+ $button{'Quotations--RFQ'}{code} = qq|<button class="submit" type="submit" name="action" value="add">|.$locale->text('RFQ').qq|"</button> |;
$button{'Quotations--RFQ'}{order} = $i++;
}
@@ -1417,7 +1417,7 @@ sub transactions {
$quotation = $locale->text('Quotation');
if ($myconfig{acs} !~ /Quotations--Quotations/) {
- $button{'Quotations--Quotation'}{code} = qq|<button class="submit" type="submit" name="action" value="quotation_">|.$locale->text('Quotation ').qq|</button> |;
+ $button{'Quotations--Quotation'}{code} = qq|<button class="submit" type="submit" name="action" value="add">|.$locale->text('Quotation').qq|</button> |;
$button{'Quotations--Quotation'}{order} = $i++;
}
@@ -2740,10 +2740,6 @@ sub transfer {
}
-sub rfq_ { &add };
-sub quotation_ { &add };
-
-
sub generate_purchase_orders {
for (1 .. $form->{rowcount}) {