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:
7cb8858
)
Nur Erzeugnisse anzeigen beim Klick auf das Fragezeichen bei Erzeugnis fertigen ...
author
Jan Büren
<information@richardson-bueren.de>
Fri, 24 Apr 2009 12:22:54 +0000
(12:22 +0000)
committer
Jan Büren
<information@richardson-bueren.de>
Fri, 24 Apr 2009 12:22:54 +0000
(12:22 +0000)
bin/mozilla/common.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/common.pl
b/bin/mozilla/common.pl
index
1c308da
..
d1b5ce3
100644
(file)
--- a/
bin/mozilla/common.pl
+++ b/
bin/mozilla/common.pl
@@
-139,7
+139,7
@@
sub part_selection_internal {
}
}
- map { $form->{$_} = $options{$_} if ($options{$_}) } qw(no_services no_assemblies click_button);
+ map { $form->{$_} = $options{$_} if ($options{$_}) } qw(no_services no_assemblies
assemblies
click_button);
$parts = Common->retrieve_parts(\%myconfig, $form, $order_by, $order_dir);