X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/6c7e41458d2027f72901d16417a37648942f7445..51fa09f29ebea609f58d14506d6938c0e0ee1ab0:/bin/mozilla/projects.pl?ds=inline diff --git a/bin/mozilla/projects.pl b/bin/mozilla/projects.pl index f854a4af9..16d5e45f7 100644 --- a/bin/mozilla/projects.pl +++ b/bin/mozilla/projects.pl @@ -169,6 +169,7 @@ sub project_report { 'attachment_basename' => $locale->text('project_list') . strftime('_%Y%m%d', localtime time), ); $report->set_options_from_form(); + $locale->set_numberformat_wo_thousands_separator(\%myconfig) if lc($report->{options}->{output_format}) eq 'csv'; CVar->add_custom_variables_to_report('module' => 'Projects', 'trans_id_field' => 'id', @@ -207,7 +208,7 @@ sub display_project_form { $form->{title} = $form->{project}->{id} ? $locale->text("Edit Project") : $locale->text("Add Project"); $form->{CUSTOM_VARIABLES} = CVar->get_custom_variables('module' => 'Projects', 'trans_id' => $form->{project}->{id}); - $main::lxdebug->dump(0, "cv", $form->{CUSTOM_VARIABLES}); +# $main::lxdebug->dump(0, "cv", $form->{CUSTOM_VARIABLES}); CVar->render_inputs('variables' => $form->{CUSTOM_VARIABLES}) if (scalar @{ $form->{CUSTOM_VARIABLES} }); $form->header();