summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-02-02 04:41:32 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-02-02 04:41:32 +0000
commit54d544f139ec724a2bf4a8cbe638491242ff63d8 (patch)
tree60eb6f0de13d7738510d1d769683d53908b8471e /bin
parent085a4e40c375accd5098c7c66b3cef76c85a3414 (diff)
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
Diffstat (limited to 'bin')
-rwxr-xr-xbin/oe.pl4
1 files changed, 2 insertions, 2 deletions
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;