Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision ea08b7df

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

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

vorkonfigurierte Sammelkonten sind jetzt ein Pflichtfeld

Unterschiede anzeigen:

SL/DB/MetaSetup/Default.pm
always_record_links_from_order => { type => 'boolean', default => 'false' },
ap_add_doc => { type => 'boolean', default => 'false', not_null => 1 },
ap_changeable => { type => 'integer', default => 2, not_null => 1 },
ap_chart_id => { type => 'integer' },
ap_chart_id => { type => 'integer', not_null => 1 },
ap_show_mark_as_paid => { type => 'boolean', default => 'true' },
ar_add_doc => { type => 'boolean', default => 'false', not_null => 1 },
ar_changeable => { type => 'integer', default => 2, not_null => 1 },
ar_chart_id => { type => 'integer' },
ar_chart_id => { type => 'integer', not_null => 1 },
ar_paid_accno_id => { type => 'integer' },
ar_show_mark_as_paid => { type => 'boolean', default => 'true' },
articlenumber => { type => 'text' },

Auch abrufbar als: Unified diff