From: Stephan Köhler Date: Mon, 30 Jan 2006 14:47:35 +0000 (+0000) Subject: Merge von 845 aus unstable: Bugfix Nachtrag zu r839 X-Git-Tag: release-2.2.0~7 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=cd5afcd8835e4c8e625aea2a0a2a2edf86bf5653;p=kivitendo-erp.git Merge von 845 aus unstable: Bugfix Nachtrag zu r839 Drei Stellen, die durch die veraenderte sub write_trigger Javascript Fehler provoziert haben. --- diff --git a/bin/mozilla/cp.pl b/bin/mozilla/cp.pl index 4decb86c3..6cde7f897 100644 --- a/bin/mozilla/cp.pl +++ b/bin/mozilla/cp.pl @@ -191,8 +191,7 @@ sub form_header { #write Trigger $jsscript = - Form->write_trigger(\%myconfig, "1", "datepaid", "BL", "trigger1", "", - "", ""); + Form->write_trigger(\%myconfig, "1", "datepaid", "BL", "trigger1"); } else { # without JavaScript Calendar diff --git a/bin/mozilla/gl.pl b/bin/mozilla/gl.pl index 6d4cb661e..9e8402973 100644 --- a/bin/mozilla/gl.pl +++ b/bin/mozilla/gl.pl @@ -1266,8 +1266,7 @@ sub form_header { #write Trigger $jsscript = - Form->write_trigger(\%myconfig, "1", "transdate", "BL", "trigger1", "", - "", ""); + Form->write_trigger(\%myconfig, "1", "transdate", "BL", "trigger1"); } else { # without JavaScript Calendar diff --git a/bin/mozilla/rp.pl b/bin/mozilla/rp.pl index 1ea245397..bb4957458 100644 --- a/bin/mozilla/rp.pl +++ b/bin/mozilla/rp.pl @@ -190,8 +190,7 @@ sub report { #write Trigger $jsscript = - Form->write_trigger(\%myconfig, "1", "$name_2", "BR", "$trigger_2", "", - "", ""); + Form->write_trigger(\%myconfig, "1", "$name_2", "BR", "$trigger_2"); } else { $button1 = qq| |;