Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 63cb5b41

Von Moritz Bunkus vor etwa 4 Jahren hinzugefügt

  • ID 63cb5b41d9b06d0b7f522ef154dd9f57ea428bae
  • Vorgänger 53db54a8
  • Nachfolger 2ae70bd4

Mandantenkonfiguration: Adress-Feld in einzelne Bestandteile aufgeteilt

Unterschiede anzeigen:

SL/DB/MetaSetup/Default.pm
10 10

  
11 11
__PACKAGE__->meta->columns(
12 12
  accounting_method                         => { type => 'text' },
13
  address                                   => { type => 'text' },
13
  address_city                              => { type => 'text' },
14
  address_country                           => { type => 'text' },
15
  address_street1                           => { type => 'text' },
16
  address_street2                           => { type => 'text' },
17
  address_zipcode                           => { type => 'text' },
14 18
  allow_new_purchase_delivery_order         => { type => 'boolean', default => 'true', not_null => 1 },
15 19
  allow_new_purchase_invoice                => { type => 'boolean', default => 'true', not_null => 1 },
16 20
  allow_sales_invoice_from_sales_order      => { type => 'boolean', default => 'true', not_null => 1 },

Auch abrufbar als: Unified diff