Revision cd5cecab
Von Cem Aydin vor fast 2 Jahren hinzugefügt
SL/DB/MetaSetup/Default.pm | ||
---|---|---|
160 | 160 |
purchase_delivery_order_show_delete => { type => 'boolean', default => 'true' }, |
161 | 161 |
purchase_order_show_delete => { type => 'boolean', default => 'true' }, |
162 | 162 |
purchase_reclamation_show_delete => { type => 'boolean', default => 'true', not_null => 1 }, |
163 |
qrbill_copy_invnumber => { type => 'boolean', default => 'false' }, |
|
163 | 164 |
quick_search_modules => { type => 'array' }, |
164 | 165 |
rdonumber => { type => 'text' }, |
165 | 166 |
reclamation_warn_duplicate_parts => { type => 'boolean', default => 'true', not_null => 1 }, |
sql/Pg-upgrade2/defaults_qrbill_copy_invnumber_to_message.sql | ||
---|---|---|
1 |
-- @tag: defaults_qrbill_copy_invnumber_to_message |
|
2 |
-- @description: Schweizer QR-Rechnung Option Rechnungsnummer in Mitteilung kopieren |
|
3 |
-- @depends: release_3_7_0 |
|
4 |
ALTER TABLE defaults ADD COLUMN qrbill_copy_invnumber boolean DEFAULT false; |
Auch abrufbar als: Unified diff
Swiss QR-Bill: Datenbankupgrade: Spalte für Optionales Feature Rechnungsnummer automatisch in unstrukturierte Mitteilung kopieren