Revision 50c2f228
Von Bernd Bleßmann vor etwa 12 Jahren hinzugefügt
SL/DB/MetaSetup/Default.pm | ||
---|---|---|
59 | 59 |
ar_changeable => { type => 'integer', default => 2, not_null => 1 }, |
60 | 60 |
ap_changeable => { type => 'integer', default => 2, not_null => 1 }, |
61 | 61 |
gl_changeable => { type => 'integer', default => 2, not_null => 1 }, |
62 |
is_show_mark_as_paid => { type => 'boolean', default => 'true' }, |
|
63 |
ir_show_mark_as_paid => { type => 'boolean', default => 'true' }, |
|
64 |
ar_show_mark_as_paid => { type => 'boolean', default => 'true' }, |
|
65 |
ap_show_mark_as_paid => { type => 'boolean', default => 'true' }, |
|
62 | 66 |
], |
63 | 67 |
|
64 | 68 |
primary_key_columns => [ 'id' ], |
Auch abrufbar als: Unified diff
"als bezahlt markieren"-Knopf anzeigen in Mandantenkonfiguration einstellbar.