Revision d7eb07e6
Von Bernd Bleßmann vor etwa 2 Jahren hinzugefügt
SL/DB/MetaSetup/Default.pm | ||
---|---|---|
120 | 120 |
inventory_system => { type => 'text' }, |
121 | 121 |
invnumber => { type => 'text' }, |
122 | 122 |
invoice_mail_settings => { type => 'enum', check_in => [ 'cp', 'invoice_mail', 'invoice_mail_cc_cp' ], db_type => 'invoice_mail_settings', default => 'cp' }, |
123 |
invoice_prevent_browser_back => { type => 'boolean', default => 'false', not_null => 1 }, |
|
124 | 123 |
ir_add_doc => { type => 'boolean', default => 'false', not_null => 1 }, |
125 | 124 |
ir_changeable => { type => 'integer', default => 2, not_null => 1 }, |
126 | 125 |
ir_show_mark_as_paid => { type => 'boolean', default => 'true' }, |
sql/Pg-upgrade2/defaults_remove_invoice_prevent_browser_back.sql | ||
---|---|---|
1 |
-- @tag: defaults_remove_invoice_prevent_browser_back |
|
2 |
-- @description: "Verhinderung Browser-Zurück-Knopf einstellbar in Mandantenkonfiguration" wieder raus |
|
3 |
-- @depends: defaults_invoice_prevent_browser_back |
|
4 |
|
|
5 |
ALTER TABLE defaults DROP COLUMN invoice_prevent_browser_back; |
Auch abrufbar als: Unified diff
zu Revert "Rechnungsmaske: "Browser-Zurück verhindern" konfigurierbar in Mandantenkonfig"
DB+Rose