From f1b9dfcd86ce757a4fdb1f9d924dc62deb7998e8 Mon Sep 17 00:00:00 2001 From: rooton vc-kivi Date: Wed, 26 Sep 2018 10:51:16 +0200 Subject: [PATCH] Workflow Auftrag -> Angebot: Angebotsnummer entfernen Betrifft nur die alte Form --- 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 d80d40210..96141c0ec 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)); + delete $form->{$_} foreach (qw(id printed emailed queued quonumber)); my $buysell; if ($form->{script} eq 'ir.pl' || $form->{type} eq 'purchase_order') { -- 2.20.1