Skip to content

Commit

Permalink
Update llx_facture.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy authored Nov 12, 2024
1 parent e5a2cd7 commit 31f4007
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion htdocs/install/mysql/tables/llx_facture.sql
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ create table llx_facture
pos_source varchar(32), -- numero of POS terminal when order is generated by a POS module, IDsession@IDwebsite when order is generated for a website basket.
fk_fac_rec_source integer, -- facture rec source
fk_facture_source integer, -- facture origin if credit notes or replacement invoice
is_delivery_note tinyint DEFAULT 0 NOT NULL, -- 0=false, 1=true
fk_projet integer DEFAULT NULL, -- project invoice is linked to
increment varchar(10), -- Numero of generation if generated from recurring template invoice

Expand Down

0 comments on commit 31f4007

Please sign in to comment.