Revision eb518737
Von Bernd Blessmann vor mehr als 12 Jahren hinzugefügt
bin/mozilla/amcvar.pl | ||
---|---|---|
55 | 55 |
'bool' => $locale->text('Yes/No (Checkbox)'), |
56 | 56 |
'select' => $locale->text('Selection'), |
57 | 57 |
'customer' => $locale->text('Customer'), |
58 |
'vendor' => $locale->text('Vendor'), |
|
59 |
'part' => $locale->text('Part'), |
|
58 | 60 |
); |
59 | 61 |
|
60 |
our @types = qw(text textfield number date bool select customer); # timestamp |
|
62 |
our @types = qw(text textfield number date bool select customer vendor part); # timestamp
|
|
61 | 63 |
|
62 | 64 |
our @modules = ({ module => 'CT', description => $locale->text('Customers and vendors') }, |
63 | 65 |
{ module => 'Contacts', description => $locale->text('Contact persons') }, |
Auch abrufbar als: Unified diff
Waren und Lieferanten als benutzerdefinierte Variablen hinzugefügt.
Mit einfachen vendor_ und part_selectoren im L-Plugin, die das
select_tag verwenden. vc_limit wird nicht berücksichtigt und das
ganze ist nur rudimentär getestet.