projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74d90fe
)
Workflow Auftrag -> Angebot: Angebotsnummer entfernen
author
rooton vc-kivi
<root@vc-kivi.vitracom.org>
Wed, 26 Sep 2018 08:51:16 +0000
(10:51 +0200)
committer
Jan Büren
<jan@kivitendo.de>
Wed, 26 Sep 2018 09:43:22 +0000
(11:43 +0200)
Betrifft nur die alte Form
bin/mozilla/io.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/io.pl
b/bin/mozilla/io.pl
index
d80d402
..
96141c0
100644
(file)
--- 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') {