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:
4dc97e8
)
IC: dispatcher wird nicht mehr gebraucht
author
Sven Schöling
<s.schoeling@linet-services.de>
Mon, 23 Jan 2017 15:41:47 +0000
(16:41 +0100)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Thu, 26 Jan 2017 15:55:24 +0000
(16:55 +0100)
bin/mozilla/ic.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/ic.pl
b/bin/mozilla/ic.pl
index
34915ea
..
022422b
100644
(file)
--- a/
bin/mozilla/ic.pl
+++ b/
bin/mozilla/ic.pl
@@
-669,11
+669,3
@@
sub generate_report {
} #end generate_report
sub continue { call_sub($form->{"nextsub"}); }
-
-sub dispatcher {
- my $action = first { $::form->{"action_${_}"} } qw(add);
- $::form->error($::locale->text('No action defined.')) unless $action;
-
- $::form->{dispatched_action} = $action;
- call_sub($action);
-}