Revision c607fb40
Von Sven Schöling vor mehr als 9 Jahren hinzugefügt
bin/mozilla/is.pl | ||
---|---|---|
842 | 842 |
|
843 | 843 |
$main::auth->assert('invoice_edit'); |
844 | 844 |
|
845 |
my $old_form = new Form;
|
|
845 |
my $old_form = Form->new;
|
|
846 | 846 |
$form->{no_redirect_after_post} = 1; |
847 | 847 |
$form->{print_and_post} = 1; |
848 | 848 |
&post(); |
... | ... | |
933 | 933 |
$main::auth->assert('invoice_edit'); |
934 | 934 |
|
935 | 935 |
$form->{preview} = 1; |
936 |
my $old_form = new Form;
|
|
936 |
my $old_form = Form->new;
|
|
937 | 937 |
for (keys %$form) { $old_form->{$_} = $form->{$_} } |
938 | 938 |
|
939 | 939 |
&print_form($old_form); |
Auch abrufbar als: Unified diff
Indirekte Objektnotation fixen