Revision 927673c0
Von Jan Büren vor mehr als 7 Jahren hinzugefügt
bin/mozilla/gl.pl | ||
---|---|---|
use SL::Webdav;
|
||
use SL::Locale::String qw(t8);
|
||
use SL::Helper::GlAttachments qw(count_gl_attachments);
|
||
use Carp;
|
||
require "bin/mozilla/common.pl";
|
||
require "bin/mozilla/reportgenerator.pl";
|
||
|
||
... | ... | |
|
||
$template->substitute_variables;
|
||
my $payment_suggestion = $::form->{form_defaults}->{amount_1};
|
||
# croak ("hier" . $payment_suggestion);
|
||
|
||
# Clean the current $::form before rebuilding it from the template.
|
||
my $form_defaults = delete $::form->{form_defaults};
|
||
delete @{ $::form }{ grep { !m{^(?:script|login)$}i } keys %{ $::form } };
|
Auch abrufbar als: Unified diff
code cleaning: debug statements vergessen zu entfernen