Skip to content
Snippets Groups Projects
Commit 19dbf7e2 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Merge pull request #2185 from marcosgdf/bug-1765

Fix: [ bug #1765 ] Unable to create a contract
parents ef802d9c 98ed7476
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,7 @@ create table llx_contrat
rowid integer AUTO_INCREMENT PRIMARY KEY,
ref varchar(30), -- contrat reference
ref_supplier varchar(30), -- suplier contract ref
ref_ext varchar(30), -- external contract ref
entity integer DEFAULT 1 NOT NULL, -- multi company id
tms timestamp,
datec datetime, -- creation date
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment