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:
c39e831
)
Auftrags-Controller: überflüssiges "die"-Statement entfernt
author
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Fri, 20 May 2022 08:35:44 +0000
(10:35 +0200)
committer
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Fri, 20 May 2022 09:10:42 +0000
(11:10 +0200)
SL/Controller/Order.pm
patch
|
blob
|
history
diff --git
a/SL/Controller/Order.pm
b/SL/Controller/Order.pm
index
a37df9e
..
971bfbf
100644
(file)
--- a/
SL/Controller/Order.pm
+++ b/
SL/Controller/Order.pm
@@
-1859,7
+1859,6
@@
sub save {
if ($::form->{phone_note}->{subject} || $::form->{phone_note}->{body}) {
if (!$::form->{phone_note}->{subject} || !$::form->{phone_note}->{body}) {
return [t8('Phone note needs a subject and a body.')];
- die;
}
my $phone_note;