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:
c027abe
)
strict Fehler in Form behoben, nach Forenbeitrag "Preisupdate schlägt fehl".
author
Sven Schöling
<s.schoeling@linet-services.de>
Tue, 4 May 2010 08:28:18 +0000
(10:28 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Tue, 4 May 2010 08:28:18 +0000
(10:28 +0200)
SL/Form.pm
patch
|
blob
|
history
diff --git
a/SL/Form.pm
b/SL/Form.pm
index
11f88ad
..
86f6433
100644
(file)
--- a/
SL/Form.pm
+++ b/
SL/Form.pm
@@
-656,7
+656,7
@@
sub header {
? "$self->{title} - $self->{titlebar}"
: $self->{titlebar};
my $ajax = "";
- for
each my $item (@ { $self->{AJAX}
}) {
+ for
my $item (@ { $self->{AJAX} || []
}) {
$ajax .= $item->show_javascript();
}