From 54d544f139ec724a2bf4a8cbe638491242ff63d8 Mon Sep 17 00:00:00 2001 From: einhverfr Date: Fri, 2 Feb 2007 04:41:32 +0000 Subject: Fixing bug 1616749; cc and bcc are no longer deleted when converting invoice. git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@785 4979c152-3d1c-0410-bac9-87ea11338e46 --- bin/oe.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/oe.pl b/bin/oe.pl index 642b0732..320a7fa8 100755 --- a/bin/oe.pl +++ b/bin/oe.pl @@ -1940,7 +1940,7 @@ sub invoice { $buysell = 'buy'; } - for (qw(id subject message cc bcc printed emailed queued)) { delete $form->{$_} } + for (qw(id subject message printed emailed queued)) { delete $form->{$_} } $form->{$form->{vc}} =~ s/--.*//g; $form->{type} = "invoice"; @@ -1983,7 +1983,7 @@ sub invoice { for (qw(qty sellprice discount)) { $form->{"${_}_$i"} = $form->format_amount(\%myconfig, $form->{"${_}_$i"}) } } - for (qw(id subject message cc bcc printed emailed queued audittrail)) { delete $form->{$_} } + for (qw(id subject message printed emailed queued audittrail)) { delete $form->{$_} } &display_form; -- cgit v1.2.3