summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/pe.pl2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/pe.pl b/bin/pe.pl
index 57aa4bdb..46d64c86 100755
--- a/bin/pe.pl
+++ b/bin/pe.pl
@@ -2553,8 +2553,6 @@ sub generate_sales_orders {
for (qw(intnotes employee employee_id)) { delete $order->{$_} }
- $order->debug;
- $order->error();
if (OE->save(\%myconfig, \%$order)) {
if (! PE->allocate_projectitems(\%myconfig, \%$order)) {
OE->delete(\%myconfig, \%$order, ${LedgerSMB::Sysconfig::spool});