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:
f1f2352
)
all_customers kann leer sein, wenn vclimit kleiner ist als die anzahl der kunden
author
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 30 Oct 2009 16:36:45 +0000
(17:36 +0100)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 30 Oct 2009 16:36:45 +0000
(17:36 +0100)
bin/mozilla/ar.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/ar.pl
b/bin/mozilla/ar.pl
index
a893750
..
a285f52
100644
(file)
--- a/
bin/mozilla/ar.pl
+++ b/
bin/mozilla/ar.pl
@@
-1269,7
+1269,7
@@
sub search {
# setup customer selection
$form->all_vc(\%myconfig, "customer", "AR");
- if (@{ $form->{all_customer} }) {
+ if (@{ $form->{all_customer}
|| []
}) {
map { $customer .= "<option>$_->{name}--$_->{id}\n" }
@{ $form->{all_customer} };
$customer = qq|<select name=customer><option>\n$customer</select>|;