Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision ea08b7df

Von Jan Büren vor etwa 1 Monat hinzugefügt

  • ID ea08b7dfc0c536290cce845cf41adcfeb8a2ac2f
  • Vorgänger 9866d032
  • Nachfolger c9d82e17

vorkonfigurierte Sammelkonten sind jetzt ein Pflichtfeld

Unterschiede anzeigen:

SL/DB/MetaSetup/Default.pm
26 26
  always_record_links_from_order            => { type => 'boolean', default => 'false' },
27 27
  ap_add_doc                                => { type => 'boolean', default => 'false', not_null => 1 },
28 28
  ap_changeable                             => { type => 'integer', default => 2, not_null => 1 },
29
  ap_chart_id                               => { type => 'integer' },
29
  ap_chart_id                               => { type => 'integer', not_null => 1 },
30 30
  ap_show_mark_as_paid                      => { type => 'boolean', default => 'true' },
31 31
  ar_add_doc                                => { type => 'boolean', default => 'false', not_null => 1 },
32 32
  ar_changeable                             => { type => 'integer', default => 2, not_null => 1 },
33
  ar_chart_id                               => { type => 'integer' },
33
  ar_chart_id                               => { type => 'integer', not_null => 1 },
34 34
  ar_paid_accno_id                          => { type => 'integer' },
35 35
  ar_show_mark_as_paid                      => { type => 'boolean', default => 'true' },
36 36
  articlenumber                             => { type => 'text' },

Auch abrufbar als: Unified diff