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:
ea84a15
)
Beim Aufruf von check_project() die als nächstes aufzurufende Funktion mitgeben.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 12 Jun 2009 13:23:09 +0000
(13:23 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 12 Jun 2009 13:23:09 +0000
(13:23 +0000)
Fix für Bug 940.
bin/mozilla/rp.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/rp.pl
b/bin/mozilla/rp.pl
index
5b65c8d
..
41148c8
100644
(file)
--- a/
bin/mozilla/rp.pl
+++ b/
bin/mozilla/rp.pl
@@
-908,7
+908,7
@@
sub get_project {
$form->{projectnumber_1} = $form->{projectnumber};
delete $form->{sort};
-
&check_project
;
+
check_project('generate_projects')
;
# if there is one only, assign id
$form->{project_id} = $form->{project_id_1};