Skip to content

Commit

Permalink
New: Add field is_also_delivery_note
Browse files Browse the repository at this point in the history
  • Loading branch information
sonikf authored Nov 12, 2024
1 parent e372294 commit f3db04d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/install/mysql/tables/llx_facture.sql
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ create table llx_facture

import_key varchar(14),
extraparams varchar(255), -- for other parameters with json format

is_also_delivery_note tinyint DEFAULT 0 NOT NULL, -- 0=default, 1=can act also as a delivery note (for countries that accept invoices as delivery notes)
fk_multicurrency integer,
multicurrency_code varchar(3),
multicurrency_tx double(24,8) DEFAULT 1,
Expand Down

0 comments on commit f3db04d

Please sign in to comment.