From 5b69ef313e003faaa137d666ce2e44ca90008a8e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20B=C3=BCren?= Date: Wed, 26 Sep 2018 12:03:49 +0200 Subject: [PATCH] =?utf8?q?Workflow:=20Auftrag=20->=20Angebot.=20Vorgangsbe?= =?utf8?q?zeichnung=20auch=20l=C3=B6schen.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit In Ergänzung zum Commit vom gerade, die Vorgangsbezeichnung des Auftrags in einem neuen Angebot übernehmen, macht auch kaum Sinn --- bin/mozilla/io.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mozilla/io.pl b/bin/mozilla/io.pl index ba576e280..1d6928987 100644 --- a/bin/mozilla/io.pl +++ b/bin/mozilla/io.pl @@ -1040,7 +1040,7 @@ sub quotation { if ($form->{second_run}) { $form->{print_and_post} = 0; } - delete $form->{$_} foreach (qw(id printed emailed queued quonumber)); + delete $form->{$_} foreach (qw(id printed emailed queued quonumber transaction_description)); my $buysell; if ($form->{script} eq 'ir.pl' || $form->{type} eq 'purchase_order') { -- 2.20.1