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