Revision af084740
Von Bernd Bleßmann vor mehr als 2 Jahren hinzugefügt
SL/Controller/Order.pm | ||
---|---|---|
1859 | 1859 |
if ($::form->{phone_note}->{subject} || $::form->{phone_note}->{body}) { |
1860 | 1860 |
if (!$::form->{phone_note}->{subject} || !$::form->{phone_note}->{body}) { |
1861 | 1861 |
return [t8('Phone note needs a subject and a body.')]; |
1862 |
die; |
|
1863 | 1862 |
} |
1864 | 1863 |
|
1865 | 1864 |
my $phone_note; |
Auch abrufbar als: Unified diff
Auftrags-Controller: überflüssiges "die"-Statement entfernt