Date: Fri, 25 May 2007 07:27:57 +0000 (+0000)
Subject: Syntaxfehler bei if-Abfrage
X-Git-Tag: release-2.4.3^2~258
X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=755dcacefa2cf4e73b50402b20a9a2e1febed97d;p=kivitendo-erp.git
Syntaxfehler bei if-Abfrage
---
diff --git a/bin/mozilla/ar.pl b/bin/mozilla/ar.pl
index 97eef052b..d6f91e99f 100644
--- a/bin/mozilla/ar.pl
+++ b/bin/mozilla/ar.pl
@@ -870,8 +870,8 @@ sub form_footer {
$closedto = $form->datetonum($form->{closedto}, \%myconfig);
# ToDO: insert a global check for stornos, so that a storno is only possible a limited time after saving it
- print qq||;
- if $form->{id} && !IS->has_storno(\%myconfig, $form, 'ar') && !IS->is_storno(\%myconfig, $form, 'ar');
+ print qq||
+ if ($form->{id} && !IS->has_storno(\%myconfig, $form, 'ar') && !IS->is_storno(\%myconfig, $form, 'ar'));
print qq|\n|;
if ($form->{id}) {