X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/4f6a2fa1d46212e189bc46a04fce62a77120e02f..7647d46:/bin/mozilla/amcvar.pl diff --git a/bin/mozilla/amcvar.pl b/bin/mozilla/amcvar.pl index 25e3ec738..343350a24 100644 --- a/bin/mozilla/amcvar.pl +++ b/bin/mozilla/amcvar.pl @@ -55,9 +55,11 @@ our %translations = ('text' => $locale->text('Free-form text'), 'bool' => $locale->text('Yes/No (Checkbox)'), 'select' => $locale->text('Selection'), 'customer' => $locale->text('Customer'), + 'vendor' => $locale->text('Vendor'), + 'part' => $locale->text('Part'), ); -our @types = qw(text textfield number date bool select customer); # timestamp +our @types = qw(text textfield number date bool select customer vendor part); # timestamp our @modules = ({ module => 'CT', description => $locale->text('Customers and vendors') }, { module => 'Contacts', description => $locale->text('Contact persons') },