Revision 0459dded
Von G. Richardson vor etwa 15 Jahren hinzugefügt
bin/mozilla/is.pl | ||
---|---|---|
my %myconfig = %main::myconfig;
|
||
my $locale = $main::locale;
|
||
|
||
open(FH, ">/tmp/lx.dump");
|
||
print FH Dumper($form);
|
||
close FH;
|
||
$main::auth->assert('invoice_edit');
|
||
|
||
$form->{transdate} = $form->{invdate} = $form->current_date(\%myconfig);
|
Auch abrufbar als: Unified diff
Debug Code aus letztem Commit entfernt